Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c3231 uint_t age_bytes; in ah_outbound() local
3293 age_bytes = ntohs(ipha->ipha_length) + sizeof (ah_t) + in ah_outbound()
3299 age_bytes = sizeof (ip6_t) + ntohs(ip6h->ip6_plen) + in ah_outbound()
3303 if (!ah_age_bytes(assoc, age_bytes, B_FALSE)) { in ah_outbound()