Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/netipsec/
H A Dipsec_input.c104 else if ((proto) == IPPROTO_AH) \
129 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec_common_input()
134 (sproto == IPPROTO_AH && !V_ah_enable) || in ipsec_common_input()
151 else if (sproto == IPPROTO_AH) in ipsec_common_input()
242 case IPPROTO_AH: in ipsec4_input()
294 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec4_common_input_cb()
464 case IPPROTO_AH: in ipsec6_input()
517 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec6_common_input_cb()
H A Dipsec.c543 case IPPROTO_AH: in ipsec4_get_ulp()
940 case IPPROTO_AH: in ipsec_get_reqlevel()
1075 case IPPROTO_AH: in ipsec_in_reject()
1122 case IPPROTO_AH: in ipsec_hdrsiz_internal()
1304 else if (sav->sah->saidx.proto == IPPROTO_AH) in ipsec_chkreplay()
1345 else if (sav->sah->saidx.proto == IPPROTO_AH) in ipsec_chkreplay()
H A Dipsec_output.c100 else if ((proto) == IPPROTO_AH)\
124 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec4_allocsa()
425 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec6_allocsa()
H A Dxform_ah.c1020 ((uint8_t *) (xd + 1))[protoff] = IPPROTO_AH; in ah_output()
1023 prot = IPPROTO_AH; in ah_output()
H A Dkey.c1097 IPSEC_ASSERT(proto == IPPROTO_ESP || proto == IPPROTO_AH || in key_allocsa()
1559 case IPPROTO_AH: in key_msg2sp()
2915 case IPPROTO_AH: in key_newsav()
4763 return IPPROTO_AH; in key_satype2proto()
4785 case IPPROTO_AH: in key_proto2satype()
6492 case IPPROTO_AH: in key_getprop()
/freebsd-13.1/contrib/tcpdump/
H A Dipproto.h89 #ifndef IPPROTO_AH
90 #define IPPROTO_AH 51 /* SIPP Auth Header */ macro
H A Dprint-ip6.c129 case IPPROTO_AH: in ip6_finddst()
353 case IPPROTO_AH: in ip6_print()
H A Dipproto.c41 { IPPROTO_AH, "AH" },
H A Dprint-ip.c347 case IPPROTO_AH: in ip_print_demux()
/freebsd-13.1/sbin/ipf/libipf/
H A Dv6ionames.c21 { IPPROTO_AH, 0x000020, 0, "ah" },
/freebsd-13.1/cddl/lib/libdtrace/
H A Dip.d152 #pragma D binding "1.5" IPPROTO_AH
153 inline short IPPROTO_AH = 51; variable
190 proto == IPPROTO_AH ? "AH" :
/freebsd-13.1/sys/netinet6/
H A Dip6_input.c1443 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
1452 if (nxt == IPPROTO_AH) in ip6_savecontrol()
1482 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
1611 case IPPROTO_AH: in ip6_get_prevhdr()
1665 case IPPROTO_AH: in ip6_nexthdr()
H A Dicmp6.c944 case IPPROTO_AH: in icmp6_notify_error()
956 if (nxt == IPPROTO_AH) in icmp6_notify_error()
/freebsd-13.1/lib/libipsec/
H A Dipsec_dump_policy.c196 case IPPROTO_AH:
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h797 #define IPOPT_AH 256+IPPROTO_AH
916 #ifndef IPPROTO_AH
917 # define IPPROTO_AH 51 macro
/freebsd-13.1/sys/netinet/
H A Din_proto.c333 SYSCTL_NODE(_net_inet, IPPROTO_AH, ah, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
H A Din.h189 #define IPPROTO_AH 51 /* IP6 Auth Header */ macro
/freebsd-13.1/sys/net/altq/
H A Daltq_subr.c1036 #ifndef IPPROTO_AH
1037 #define IPPROTO_AH 51 /* authentication header */ macro
1218 case IPPROTO_AH: {
1305 case IPPROTO_AH: {
/freebsd-13.1/sys/netgraph/
H A Dng_checksum.c454 case IPPROTO_AH: in checksum_ipv6()
H A Dng_ksocket.c147 { "ah", IPPROTO_AH, PF_INET },
/freebsd-13.1/sys/netgraph/netflow/
H A Dng_netflow.c867 case IPPROTO_AH: in ng_netflow_rcvdata()
/freebsd-13.1/usr.sbin/ppp/
H A Dip.c791 case IPPROTO_AH: in PacketCheck()
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_norm.c1233 case IPPROTO_AH: in pf_normalize_ip6()
1240 if (proto == IPPROTO_AH) in pf_normalize_ip6()
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c412 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_AH); in mlx5e_add_eth_addr_rule_sub()
643 MLX5_SET(fte_match_param, mv, inner_headers.ip_protocol, IPPROTO_AH); in mlx5e_add_main_vxlan_rules_sub()
/freebsd-13.1/usr.sbin/traceroute6/
H A Dtraceroute6.c1517 case IPPROTO_AH: in get_uphdr()

12