Searched refs:ah_length (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dipsecah.h126 uint8_t ah_length; member in struct:ah
133 #define AH_TOTAL_LEN(ah) (((ah)->ah_length << 2) + AH_BASELEN - \
140 uint8_t ah_length; member in struct:ahold
146 #define AHOLD_TOTAL_LEN(ah) (((ah)->ah_length << 2) + AH_BASELEN)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c133 ahlen = (aligned_ah->ah_length << 2) + 8;
155 (void) sprintf(get_line((char *)&ah->ah_length - dlc_header, 1),
156 "AH length = %d (%d bytes)", aligned_ah->ah_length, ahlen);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c2035 uint16_t hdr_length, ah_length; local
2105 * NOTE: ah_length is the number of 32 bit words minus 2.
2107 ah_length = (ah->ah_length << 2) + 8;
2108 post_ah_ptr = (uint8_t *)ah + ah_length;
2118 ip6h->ip6_plen = htons(ntohs(ip6h->ip6_plen) - ah_length);
2122 mp->b_wptr -= ah_length;
2142 int ah_length; local
2215 * NOTE: ah_length is the number of 32 bit words minus 2.
2217 ah_length
3526 int ah_length; local
[all...]
H A Dip6.c4999 ehdrlen = (ah->ah_length << 2) + 8;
/opensolaris-onvv-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1084 uint_t ah_length = AH_TOTAL_LEN(ah); local
1090 skip_len += ah_length;

Completed in 119 milliseconds