Searched refs:ah_len (Results 1 – 4 of 4) sorted by relevance
45 u_int8_t ah_len; /* Length of data, in 32bit */ member53 u_int8_t ah_len; /* Length of data + 1, in 32bit */ member
282 ahdr->ah_len = (u_int8_t)(plen >> 2); in ah4_output()293 ahdr->ah_len = (u_int8_t)((plen >> 2) + 1); /* plus one for seq# */ in ah4_output()495 ahdr->ah_len = (u_int8_t)(plen >> 2); in ah6_output()507 ahdr->ah_len = (u_int8_t)((plen >> 2) + 1); /* plus one for seq# */ in ah6_output()
231 if ((ah->ah_len << 2) - sizoff != siz1) { in ah4_input()234 (ah->ah_len << 2) - sizoff, (u_int32_t)siz1, in ah4_input()673 if ((ah->ah_len << 2) - sizoff != siz1) { in ah6_input()676 (ah->ah_len << 2) - sizoff, (u_int32_t)siz1, in ah6_input()
1407 totlen = (ah.ah_len + 2) << 2; in ah4_calccksum()