Home
last modified time | relevance | path

Searched refs:aligned_ah (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c107 ah_t *aligned_ah; in interpret_ah() local
119 aligned_ah = (ah_t *)&storage; in interpret_ah()
122 aligned_ah = ah; in interpret_ah()
133 ahlen = (aligned_ah->ah_length << 2) + 8; in interpret_ah()
145 ntohl(aligned_ah->ah_spi), ntohl(aligned_ah->ah_replay)); in interpret_ah()
153 1), "Next header = %d (%s)", aligned_ah->ah_nexthdr, in interpret_ah()
154 getproto(aligned_ah->ah_nexthdr)); in interpret_ah()
159 ntohs(aligned_ah->ah_reserved)); in interpret_ah()
161 "SPI = 0x%x", ntohl(aligned_ah->ah_spi)); in interpret_ah()
163 "Replay = %u", ntohl(aligned_ah->ah_replay)); in interpret_ah()
[all …]