Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dah_input.c166 if ((sav = key_allocsa(&src, &dst, IPPROTO_AH, spi, NULL)) == 0) { in ah4_input()
445 if (ipsec_incr_history_count(m, IPPROTO_AH, spi) != 0 || in ah4_input()
519 if (ipsec_incr_history_count(m, IPPROTO_AH, spi) != 0) { in ah4_input()
629 if ((sav = key_allocsa(&src, &dst, IPPROTO_AH, spi, NULL)) == 0) { in ah6_input()
840 if (ipsec_incr_history_count(m, IPPROTO_AH, spi) != 0 || in ah6_input()
911 if (ipsec_incr_history_count(m, IPPROTO_AH, spi) != 0) { in ah6_input()
1031 sav = key_allocsa(&src, &dst, IPPROTO_AH, ahp->ah_spi, NULL); in ah6_ctlinput()
H A Dah_output.c122 if (isr->saidx.proto != IPPROTO_AH) { in ah_hdrsiz()
322 ip->ip_p = IPPROTO_AH; in ah4_output()
494 *nexthdrp = IPPROTO_AH; in ah6_output()
506 *nexthdrp = IPPROTO_AH; in ah6_output()
H A Dah_core.c436 if (sav->sah->saidx.proto == IPPROTO_AH) { in ah_none_mature()
693 case IPPROTO_AH: in ah4_calccksum()
871 case IPPROTO_AH: in ah6_calccksum()
H A Dip6_input.c2060 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
2070 if (nxt == IPPROTO_AH) { in ip6_savecontrol()
2105 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
2213 case IPPROTO_AH: in ip6_get_prevhdr()
2277 case IPPROTO_AH: in ip6_nexthdr()
H A Dipsec.c1262 case IPPROTO_AH: in ipsec4_get_ulp()
1859 case IPPROTO_AH: in ipsec_get_reqlevel()
1961 case IPPROTO_AH: in ipsec_in_reject()
2148 case IPPROTO_AH: in ipsec_hdrsiz()
2624 case IPPROTO_AH: in ipsec6_update_routecache_and_output()
3298 case IPPROTO_AH: in ipsec4_output_internal()
3451 case IPPROTO_AH: { in ipsec4_interface_kpipe_output()
3588 case IPPROTO_AH: { in ipsec6_interface_kpipe_output()
3837 case IPPROTO_AH: in ipsec6_output_trans_internal()
4143 case IPPROTO_AH: in ipsec6_output_tunnel_internal()
[all …]
H A Din6_proto.c272 .pr_protocol = IPPROTO_AH,
H A Dicmp6.c1013 case IPPROTO_AH: in icmp6_notify_error()
1028 if (nxt == IPPROTO_AH) { in icmp6_notify_error()
/xnu-12377.41.6/bsd/netinet/
H A Din_proto.c220 .pr_protocol = IPPROTO_AH,
340 SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec,
H A Din.h167 #define IPPROTO_AH 51 /* IP6 Auth Header */ macro
666 #define IPPROTO_MAXID (IPPROTO_AH + 1) /* don't list to IPPROTO_MAX */
H A Din.c2294 case IPPROTO_AH: in ipproto_cassert()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c478 proto != IPPROTO_ESP && proto != IPPROTO_AH; in flow_req_needs_protons_reservation()
485 return proto == IPPROTO_ESP || proto == IPPROTO_AH; in flow_req_needs_ipsec_reservation()
/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c1089 case IPPROTO_AH: in nat464_translate_proto()
H A Dpf_norm.c2329 case IPPROTO_AH: in pf_normalize_ip6()
2349 } else if (proto == IPPROTO_AH) { in pf_normalize_ip6()
H A Dpf.c2172 case IPPROTO_AH: in pf_calc_state_key_flowhash()
5584 pd->proto != IPPROTO_ESP && pd->proto != IPPROTO_AH && in pf_test_rule()
5589 pd->proto != IPPROTO_ESP && pd->proto != IPPROTO_AH && in pf_test_rule()
8114 case IPPROTO_AH: in pf_test_state_icmp()
8128 if (pd2.proto == IPPROTO_AH) { in pf_test_state_icmp()
10478 case IPPROTO_AH: in pf_test6()
10492 if (pd.proto == IPPROTO_AH) { in pf_test6()
/xnu-12377.41.6/bsd/netkey/
H A Dkey.c1944 case IPPROTO_AH: in key_msg2sp()
4600 case IPPROTO_AH: in key_mature()
4629 case IPPROTO_AH: in key_mature()
6437 return IPPROTO_AH; in key_satype2proto()
6456 case IPPROTO_AH: in key_proto2satype()
8084 case IPPROTO_AH: in key_getprop()
10480 if (proto != IPPROTO_ESP && proto != IPPROTO_AH) { in key_reserve_custom_ipsec()