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

/macosx-10.10/tcpdump-61/tcpdump/
H A Dah.h41 u_int8_t ah_nxt; /* Next Header */ member in struct:ah
49 u_int8_t ah_nxt; /* Next Header */ member in struct:newah
H A Dprint-icmp6.c655 nh = ah->ah_nxt;
/macosx-10.10/xnu-2782.1.97/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.c159 nxt = ah->ah_nxt;
339 if (ah->ah_nxt == IPPROTO_IPIP || ah->ah_nxt == IPPROTO_IP) {
364 else if (ah->ah_nxt == IPPROTO_IPV6) {
618 nxt = ah->ah_nxt;
761 if (ah->ah_nxt == IPPROTO_IPV6) {
777 } else if (ah->ah_nxt == IPPROTO_IPIP) {
780 } else if (ah->ah_nxt == IPPROTO_IP) {
H A Dah_core.c1450 hdrtype = ah.ah_nxt;
/macosx-10.10/network_cmds-457/ping6.tproj/
H A Dping6.c2861 nh = ((struct ah *)cp)->ah_nxt;

Completed in 235 milliseconds