Home
last modified time | relevance | path

Searched refs:IPPROTO_AH (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dipproto.h89 #ifndef IPPROTO_AH
90 #define IPPROTO_AH 51 /* SIPP Auth Header */ macro
H A Dipproto.c41 { IPPROTO_AH, "AH" },
H A Dprint-ip-demux.c51 case IPPROTO_AH: in ip_demux_print()
H A Dprint-ip6.c139 case IPPROTO_AH: in ip6_finddst()
H A Dprint-icmp6.c1388 case IPPROTO_AH: in get_upperlayer()
/dragonfly/sys/netinet6/
H A Dip6_input.c1231 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
1241 if (nxt == IPPROTO_AH) in ip6_savecontrol()
1254 if (nxt == IPPROTO_AH) in ip6_savecontrol()
1294 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
1379 case IPPROTO_AH: /* is it possible? */ in ip6_pullexthdr()
1387 if (nxt == IPPROTO_AH) in ip6_pullexthdr()
1440 case IPPROTO_AH: in ip6_get_prevhdr()
1498 case IPPROTO_AH: in ip6_nexthdr()
H A Dicmp6.c890 case IPPROTO_AH: in icmp6_notify_error()
905 if (nxt == IPPROTO_AH) in icmp6_notify_error()
/dragonfly/sys/netinet/
H A Din.h151 #define IPPROTO_AH 51 /* IP6 Auth Header */ macro
448 #define IPPROTO_MAXID (IPPROTO_AH + 1) /* don't list to IPPROTO_MAX */
/dragonfly/usr.sbin/traceroute6/
H A Dtraceroute6.c1135 case IPPROTO_AH: in get_uphdr()
/dragonfly/sys/net/pf/
H A Dpf_norm.c1176 case IPPROTO_AH: in pf_normalize_ip6()
1182 if (proto == IPPROTO_AH) in pf_normalize_ip6()
H A Dpf.c5361 case IPPROTO_AH: in pf_test_state_icmp()
5375 if (pd2.proto == IPPROTO_AH) in pf_test_state_icmp()
6981 case IPPROTO_AH: in pf_test6()
6995 if (pd.proto == IPPROTO_AH) in pf_test6()
/dragonfly/usr.sbin/ppp/
H A Dip.c763 case IPPROTO_AH: in PacketCheck()
/dragonfly/sys/netgraph/ksocket/
H A Dng_ksocket.c149 { "ah", IPPROTO_AH, PF_INET },
/dragonfly/sys/netgraph7/ksocket/
H A Dng_ksocket.c149 { "ah", IPPROTO_AH, PF_INET },
/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c273 case IPPROTO_AH: in ip6opts_match()
/dragonfly/contrib/libpcap/
H A Dgencode.c5434 #ifndef IPPROTO_AH in gen_proto_abbrev_internal()
5435 #define IPPROTO_AH 51 in gen_proto_abbrev_internal() macro
5438 b1 = gen_proto(cstate, IPPROTO_AH, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5439 b0 = gen_proto(cstate, IPPROTO_AH, Q_IPV6, Q_DEFAULT); in gen_proto_abbrev_internal()
6265 s[i]->s.k = IPPROTO_AH; in gen_protochain()