Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet6/
H A Dah.h44 u_int8_t ah_nxt; /* Next Header */ member
52 u_int8_t ah_nxt; /* Next Header */ member
H A Dah_output.c283 ahdr->ah_nxt = ip->ip_p; in ah4_output()
294 ahdr->ah_nxt = ip->ip_p; in ah4_output()
493 ahdr->ah_nxt = *nexthdrp; in ah6_output()
505 ahdr->ah_nxt = *nexthdrp; in ah6_output()
H A Dah_input.c151 nxt = ah->ah_nxt; in ah4_input()
608 nxt = ah->ah_nxt; in ah6_input()
H A Dah_core.c1436 hdrtype = ah.ah_nxt; in ah4_calccksum()