Home
last modified time | relevance | path

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

12

/freebsd-12-stable/sys/netipsec/
Dipsec_input.c105 else if ((proto) == IPPROTO_AH) \
130 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec_common_input()
135 (sproto == IPPROTO_AH && !V_ah_enable) || in ipsec_common_input()
152 else if (sproto == IPPROTO_AH) in ipsec_common_input()
243 case IPPROTO_AH: in ipsec4_input()
294 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec4_common_input_cb()
456 case IPPROTO_AH: in ipsec6_input()
508 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec6_common_input_cb()
Dipsec.c546 case IPPROTO_AH: in ipsec4_get_ulp()
943 case IPPROTO_AH: in ipsec_get_reqlevel()
1078 case IPPROTO_AH: in ipsec_in_reject()
1125 case IPPROTO_AH: in ipsec_hdrsiz_internal()
1315 if (sav->sah->saidx.proto == IPPROTO_AH) in ipsec_updatereplay()
Dipsec_output.c100 else if ((proto) == IPPROTO_AH)\
124 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec4_allocsa()
424 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec6_allocsa()
Dxform_ah.c1055 ((uint8_t *) (xd + 1))[protoff] = IPPROTO_AH; in ah_output()
1058 prot = IPPROTO_AH; in ah_output()
Dkey.c1105 IPSEC_ASSERT(proto == IPPROTO_ESP || proto == IPPROTO_AH || in key_allocsa()
1567 case IPPROTO_AH: in key_msg2sp()
2923 case IPPROTO_AH: in key_newsav()
4780 return IPPROTO_AH; in key_satype2proto()
4802 case IPPROTO_AH: in key_proto2satype()
6513 case IPPROTO_AH: in key_getprop()
/freebsd-12-stable/contrib/tcpdump/
Dipproto.h89 #ifndef IPPROTO_AH
90 #define IPPROTO_AH 51 /* SIPP Auth Header */ macro
Dprint-ip6.c129 case IPPROTO_AH: in ip6_finddst()
353 case IPPROTO_AH: in ip6_print()
Dipproto.c41 { IPPROTO_AH, "AH" },
Dprint-ip.c347 case IPPROTO_AH: in ip_print_demux()
/freebsd-12-stable/cddl/lib/libdtrace/
Dip.d152 #pragma D binding "1.5" IPPROTO_AH
153 inline short IPPROTO_AH = 51; variable
190 proto == IPPROTO_AH ? "AH" :
/freebsd-12-stable/sbin/ipf/libipf/
Dv6ionames.c21 { IPPROTO_AH, 0x000020, 0, "ah" },
/freebsd-12-stable/sys/netinet6/
Dip6_input.c1446 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
1455 if (nxt == IPPROTO_AH) in ip6_savecontrol()
1485 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
1615 case IPPROTO_AH: in ip6_get_prevhdr()
1669 case IPPROTO_AH: in ip6_nexthdr()
Dicmp6.c936 case IPPROTO_AH: in icmp6_notify_error()
948 if (nxt == IPPROTO_AH) in icmp6_notify_error()
/freebsd-12-stable/lib/libipsec/
Dipsec_dump_policy.c196 case IPPROTO_AH:
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h797 #define IPOPT_AH 256+IPPROTO_AH
916 #ifndef IPPROTO_AH
917 # define IPPROTO_AH 51 macro
/freebsd-12-stable/sys/netinet/
Din_proto.c337 SYSCTL_NODE(_net_inet, IPPROTO_AH, ah, CTLFLAG_RW, 0, "AH");
Din.h189 #define IPPROTO_AH 51 /* IP6 Auth Header */ macro
/freebsd-12-stable/sys/net/altq/
Daltq_subr.c1067 #ifndef IPPROTO_AH
1068 #define IPPROTO_AH 51 /* authentication header */ macro
1249 case IPPROTO_AH: {
1336 case IPPROTO_AH: {
/freebsd-12-stable/sys/netgraph/
Dng_checksum.c455 case IPPROTO_AH: in checksum_ipv6()
Dng_ksocket.c147 { "ah", IPPROTO_AH, PF_INET },
/freebsd-12-stable/sys/netgraph/netflow/
Dng_netflow.c862 case IPPROTO_AH: in ng_netflow_rcvdata()
/freebsd-12-stable/usr.sbin/ppp/
Dip.c791 case IPPROTO_AH: in PacketCheck()
/freebsd-12-stable/sys/netpfil/pf/
Dpf_norm.c1227 case IPPROTO_AH: in pf_normalize_ip6()
1234 if (proto == IPPROTO_AH) in pf_normalize_ip6()
/freebsd-12-stable/usr.sbin/traceroute6/
Dtraceroute6.c1480 case IPPROTO_AH: in get_uphdr()
/freebsd-12-stable/contrib/libpcap/
Dgencode.c5432 #ifndef IPPROTO_AH in gen_proto_abbrev_internal()
5433 #define IPPROTO_AH 51 in gen_proto_abbrev_internal() macro
5436 b1 = gen_proto(cstate, IPPROTO_AH, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5437 b0 = gen_proto(cstate, IPPROTO_AH, Q_IPV6, Q_DEFAULT); in gen_proto_abbrev_internal()
6250 s[i]->s.k = IPPROTO_AH; in gen_protochain()

12