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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah.h42 u_int8_t ah_nxt; /* Next Header */ member in struct:ah
50 u_int8_t ah_nxt; /* Next Header */ member in struct:newah
H A Dah_output.c283 ahdr->ah_nxt = ip->ip_p;
293 ahdr->ah_nxt = ip->ip_p;
490 ahdr->ah_nxt = *nexthdrp;
501 ahdr->ah_nxt = *nexthdrp;
H A Dah_input.c174 nxt = ah->ah_nxt;
363 if (ah->ah_nxt == IPPROTO_IPIP || ah->ah_nxt == IPPROTO_IP) {
388 else if (ah->ah_nxt == IPPROTO_IPV6) {
653 nxt = ah->ah_nxt;
806 if (ah->ah_nxt == IPPROTO_IPV6) {
822 } else if (ah->ah_nxt == IPPROTO_IPIP) {
825 } else if (ah->ah_nxt == IPPROTO_IP) {
H A Dah_core.c1450 hdrtype = ah.ah_nxt;

Completed in 65 milliseconds