Home
last modified time | relevance | path

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

12

/freebsd-13-stable/sys/netipsec/
HDipsec_input.c102 else if ((proto) == IPPROTO_AH) \
127 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec_common_input()
132 (sproto == IPPROTO_AH && !V_ah_enable) || in ipsec_common_input()
149 else if (sproto == IPPROTO_AH) in ipsec_common_input()
240 case IPPROTO_AH: in ipsec4_input()
292 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec4_common_input_cb()
462 case IPPROTO_AH: in ipsec6_input()
515 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec6_common_input_cb()
HDipsec.c542 case IPPROTO_AH: in ipsec4_get_ulp()
939 case IPPROTO_AH: in ipsec_get_reqlevel()
1074 case IPPROTO_AH: in ipsec_in_reject()
1121 case IPPROTO_AH: in ipsec_hdrsiz_internal()
1317 else if (sav->sah->saidx.proto == IPPROTO_AH) in ipsec_chkreplay()
1362 else if (sav->sah->saidx.proto == IPPROTO_AH) in ipsec_chkreplay()
HDipsec_output.c98 else if ((proto) == IPPROTO_AH)\
122 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec4_allocsa()
423 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec6_allocsa()
HDxform_ah.c1031 ((uint8_t *) (xd + 1))[protoff] = IPPROTO_AH; in ah_output()
1034 prot = IPPROTO_AH; in ah_output()
HDkey.c1115 IPSEC_ASSERT(proto == IPPROTO_ESP || proto == IPPROTO_AH || in key_allocsa()
1577 case IPPROTO_AH: in key_msg2sp()
2927 case IPPROTO_AH: in key_newsav()
4784 return IPPROTO_AH; in key_satype2proto()
4806 case IPPROTO_AH: in key_proto2satype()
6507 case IPPROTO_AH: in key_getprop()
/freebsd-13-stable/contrib/tcpdump/
HDipproto.h89 #ifndef IPPROTO_AH
90 #define IPPROTO_AH 51 /* SIPP Auth Header */ macro
HDipproto.c39 { IPPROTO_AH, "AH" },
HDprint-ip-demux.c49 case IPPROTO_AH: in ip_demux_print()
HDprint-ip6.c137 case IPPROTO_AH: in ip6_finddst()
/freebsd-13-stable/sbin/ipf/libipf/
HDv6ionames.c20 { IPPROTO_AH, 0x000020, 0, "ah" },
/freebsd-13-stable/cddl/lib/libdtrace/
HDip.d150 #pragma D binding "1.5" IPPROTO_AH
151 inline short IPPROTO_AH = 51; variable
188 proto == IPPROTO_AH ? "AH" :
/freebsd-13-stable/sys/netinet6/
HDip6_input.c1459 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
1468 if (nxt == IPPROTO_AH) in ip6_savecontrol()
1498 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
1627 case IPPROTO_AH: in ip6_get_prevhdr()
1681 case IPPROTO_AH: in ip6_nexthdr()
HDicmp6.c936 case IPPROTO_AH: in icmp6_notify_error()
948 if (nxt == IPPROTO_AH) in icmp6_notify_error()
/freebsd-13-stable/lib/libipsec/
HDipsec_dump_policy.c194 case IPPROTO_AH:
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h796 #define IPOPT_AH 256+IPPROTO_AH
915 #ifndef IPPROTO_AH
916 # define IPPROTO_AH 51 macro
/freebsd-13-stable/sys/netinet/
HDin_proto.c331 SYSCTL_NODE(_net_inet, IPPROTO_AH, ah, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
HDin.h188 #define IPPROTO_AH 51 /* IP6 Auth Header */ macro
/freebsd-13-stable/sys/net/altq/
HDaltq_subr.c1035 #ifndef IPPROTO_AH
1036 #define IPPROTO_AH 51 /* authentication header */ macro
1217 case IPPROTO_AH: {
1304 case IPPROTO_AH: {
/freebsd-13-stable/sys/netgraph/
HDng_checksum.c452 case IPPROTO_AH: in checksum_ipv6()
HDng_ksocket.c145 { "ah", IPPROTO_AH, PF_INET },
/freebsd-13-stable/sys/netgraph/netflow/
HDng_netflow.c865 case IPPROTO_AH: in ng_netflow_rcvdata()
/freebsd-13-stable/usr.sbin/ppp/
HDip.c789 case IPPROTO_AH: in PacketCheck()
/freebsd-13-stable/sys/netpfil/pf/
HDpf_norm.c1238 case IPPROTO_AH: in pf_normalize_ip6()
1245 if (proto == IPPROTO_AH) in pf_normalize_ip6()
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_flow_table.c378 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_AH); in mlx5e_add_eth_addr_rule_sub()
549 MLX5_SET(fte_match_param, mv, inner_headers.ip_protocol, IPPROTO_AH); in mlx5e_add_main_vxlan_rules_sub()
/freebsd-13-stable/usr.sbin/traceroute6/
HDtraceroute6.c1516 case IPPROTO_AH: in get_uphdr()

12