Searched defs: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; local
119 aligned_ah = (ah_t *)&storage;
122 aligned_ah = ah;
133 ahlen = (aligned_ah->ah_length << 2) + 8;
145 ntohl(aligned_ah->ah_spi), ntohl(aligned_ah->ah_replay));
153 1), "Next header = %d (%s)", aligned_ah->ah_nexthdr,
154 getproto(aligned_ah->ah_nexthdr));
156 "AH length = %d (%d bytes)", aligned_ah->ah_length, ahlen);
159 ntohs(aligned_ah
[all...]

Completed in 55 milliseconds