/freebsd/sys/netipsec/ |
H A D | ipsec_input.c | 107 else if ((proto) == IPPROTO_AH) \ 132 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec_common_input() 137 (sproto == IPPROTO_AH && !V_ah_enable) || in ipsec_common_input() 154 else if (sproto == IPPROTO_AH) in ipsec_common_input() 248 case IPPROTO_AH: in ipsec4_input() 309 if (proto != IPPROTO_ESP && proto != IPPROTO_AH && in ipsec4_ctlinput() 359 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec4_common_input_cb() 552 case IPPROTO_AH: in ipsec6_input() 613 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec6_common_input_cb()
|
H A D | ipsec.c | 537 case IPPROTO_AH: in ipsec4_get_ulp() 958 case IPPROTO_AH: in ipsec_get_reqlevel() 1093 case IPPROTO_AH: in ipsec_in_reject() 1140 case IPPROTO_AH: in ipsec_hdrsiz_internal() 1336 else if (sav->sah->saidx.proto == IPPROTO_AH) in ipsec_chkreplay() 1381 else if (sav->sah->saidx.proto == IPPROTO_AH) in ipsec_chkreplay()
|
H A D | ipsec_output.c | 103 else if ((proto) == IPPROTO_AH)\ 128 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec4_allocsa() 554 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec6_allocsa()
|
H A D | xform_ah.c | 1033 ((uint8_t *) (xd + 1))[protoff] = IPPROTO_AH; in ah_output() 1036 prot = IPPROTO_AH; in ah_output()
|
H A D | key.c | 1157 IPSEC_ASSERT(proto == IPPROTO_ESP || proto == IPPROTO_AH || in key_allocsa() 1637 case IPPROTO_AH: in key_msg2sp() 3051 case IPPROTO_AH: in key_newsav() 4998 return IPPROTO_AH; in key_satype2proto() 5020 case IPPROTO_AH: in key_proto2satype() 6834 case IPPROTO_AH: in key_getprop()
|
/freebsd/contrib/tcpdump/ |
H A D | ipproto.h | 89 #ifndef IPPROTO_AH 90 #define IPPROTO_AH 51 /* SIPP Auth Header */ macro
|
H A D | ipproto.c | 39 { IPPROTO_AH, "AH" },
|
H A D | print-ip-demux.c | 49 case IPPROTO_AH: in ip_demux_print()
|
H A D | print-ip6.c | 137 case IPPROTO_AH: in ip6_finddst()
|
H A D | print-icmp6.c | 1373 case IPPROTO_AH: in get_upperlayer()
|
/freebsd/sbin/ipf/libipf/ |
H A D | v6ionames.c | 20 { IPPROTO_AH, 0x000020, 0, "ah" },
|
/freebsd/cddl/lib/libdtrace/ |
H A D | ip.d | 150 #pragma D binding "1.5" IPPROTO_AH 151 inline short IPPROTO_AH = 51; variable 188 proto == IPPROTO_AH ? "AH" :
|
/freebsd/sys/netinet/ |
H A D | in_proto.c | 123 SYSCTL_NODE(_net_inet, IPPROTO_AH, ah, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
H A D | in.h | 186 #define IPPROTO_AH 51 /* IP6 Auth Header */ macro
|
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 1455 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol() 1464 if (nxt == IPPROTO_AH) in ip6_savecontrol() 1493 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol() 1622 case IPPROTO_AH: 1676 case IPPROTO_AH: in ip6_nexthdr()
|
H A D | icmp6.c | 965 case IPPROTO_AH: in icmp6_notify_error() 977 if (nxt == IPPROTO_AH) in icmp6_notify_error()
|
/freebsd/lib/libipsec/ |
H A D | ipsec_dump_policy.c | 188 case IPPROTO_AH: in ipsec_dump_ipsecrequest()
|
/freebsd/sys/net/altq/ |
H A D | altq_subr.c | 1002 #ifndef IPPROTO_AH 1003 #define IPPROTO_AH 51 /* authentication header */ macro 1184 case IPPROTO_AH: { 1271 case IPPROTO_AH: {
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 786 #define IPOPT_AH 256+IPPROTO_AH 905 #ifndef IPPROTO_AH 906 # define IPPROTO_AH 51 macro
|
/freebsd/sys/netgraph/ |
H A D | ng_ksocket.c | 153 { "ah", IPPROTO_AH, PF_INET }, 165 { "ah6", IPPROTO_AH, PF_INET6 },
|
H A D | ng_checksum.c | 452 case IPPROTO_AH: in checksum_ipv6()
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.c | 878 case IPPROTO_AH: in ng_netflow_rcvdata()
|
/freebsd/usr.sbin/ppp/ |
H A D | ip.c | 789 case IPPROTO_AH: in PacketCheck()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_flow_table.c | 377 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_AH); in mlx5e_add_eth_addr_rule_sub() 541 MLX5_SET(fte_match_param, mv, inner_headers.ip_protocol, IPPROTO_AH); in mlx5e_add_main_vxlan_rules_sub()
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 1533 case IPPROTO_AH: in get_uphdr()
|