Searched refs:ah_len (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah.h43 u_int8_t ah_len; /* Length of data, in 32bit */ member in struct:ah
51 u_int8_t ah_len; /* Length of data + 1, in 32bit */ member in struct:newah
H A Dah_output.c282 ahdr->ah_len = plen >> 2;
292 ahdr->ah_len = (plen >> 2) + 1; /* plus one for seq# */
492 ahdr->ah_len = plen >> 2;
503 ahdr->ah_len = (plen >> 2) + 1; /* plus one for seq# */
H A Dah_input.c253 if ((ah->ah_len << 2) - sizoff != siz1) {
256 (ah->ah_len << 2) - sizoff, (u_int32_t)siz1,
717 if ((ah->ah_len << 2) - sizoff != siz1) {
720 (ah->ah_len << 2) - sizoff, (u_int32_t)siz1,
H A Dah_core.c1417 totlen = (ah.ah_len + 2) << 2;

Completed in 64 milliseconds