Searched defs:ah_length (Results 1 - 3 of 3) sorted by relevance

/illumos-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)
/illumos-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;
/illumos-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...]

Completed in 67 milliseconds