Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet6/
H A Dah.h49 u_int8_t ah_nxt; /* Next Header */ member
57 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.c153 nxt = ah->ah_nxt; in ah4_input()
613 nxt = ah->ah_nxt; in ah6_input()
H A Dah_core.c748 hdrtype = ah.ah_nxt; in ah4_calccksum()