Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet6/
H A Dah_input.c163 IPPROTO_AH, spi)) == 0) { in ah4_input()
442 if (ipsec_addhist(m, IPPROTO_AH, spi) != 0 || in ah4_input()
516 if (ipsec_addhist(m, IPPROTO_AH, spi) != 0) { in ah4_input()
622 IPPROTO_AH, spi)) == 0) { in ah6_input()
833 if (ipsec_addhist(m, IPPROTO_AH, spi) != 0 || in ah6_input()
904 if (ipsec_addhist(m, IPPROTO_AH, spi) != 0) { in ah6_input()
1022 IPPROTO_AH, ahp->ah_spi); 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 Dip6_input.c1994 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
2004 if (nxt == IPPROTO_AH) { in ip6_savecontrol()
2039 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol()
2155 case IPPROTO_AH: in ip6_get_prevhdr()
2219 case IPPROTO_AH: in ip6_nexthdr()
H A Dah_core.c257 if (sav->sah->saidx.proto == IPPROTO_AH) { in ah_none_mature()
1390 case IPPROTO_AH: in ah4_calccksum()
1552 case IPPROTO_AH: in ah6_calccksum()
H A Dipsec.c1271 case IPPROTO_AH: in ipsec4_get_ulp()
1868 case IPPROTO_AH: in ipsec_get_reqlevel()
1970 case IPPROTO_AH: in ipsec_in_reject()
2157 case IPPROTO_AH: in ipsec_hdrsiz()
2636 case IPPROTO_AH: in ipsec6_update_routecache_and_output()
3310 case IPPROTO_AH: in ipsec4_output_internal()
3562 case IPPROTO_AH: in ipsec6_output_trans_internal()
3863 case IPPROTO_AH: in ipsec6_output_tunnel_internal()
3980 case IPPROTO_AH: in ipsec6_output_tunnel_internal()
H A Din6_proto.c274 .pr_protocol = IPPROTO_AH,
H A Dicmp6.c979 case IPPROTO_AH: in icmp6_notify_error()
994 if (nxt == IPPROTO_AH) { in icmp6_notify_error()
/xnu-8020.140.41/bsd/netinet/
H A Din_proto.c221 .pr_protocol = IPPROTO_AH,
357 SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec,
H A Din.h167 #define IPPROTO_AH 51 /* IP6 Auth Header */ macro
708 #define IPPROTO_MAXID (IPPROTO_AH + 1) /* don't list to IPPROTO_MAX */
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c502 proto != IPPROTO_ESP && proto != IPPROTO_AH; in flow_req_needs_protons_reservation()
509 return proto == IPPROTO_ESP || proto == IPPROTO_AH; in flow_req_needs_ipsec_reservation()
/xnu-8020.140.41/bsd/net/
H A Dnat464_utils.c1071 case IPPROTO_AH: in nat464_translate_proto()
H A Dpf_norm.c2322 case IPPROTO_AH: in pf_normalize_ip6()
2344 } else if (proto == IPPROTO_AH) { in pf_normalize_ip6()
H A Dpf.c5465 pd->proto != IPPROTO_ESP && pd->proto != IPPROTO_AH && in pf_test_rule()
5470 pd->proto != IPPROTO_ESP && pd->proto != IPPROTO_AH && in pf_test_rule()
7946 case IPPROTO_AH: in pf_test_state_icmp()
7960 if (pd2.proto == IPPROTO_AH) { in pf_test_state_icmp()
10292 case IPPROTO_AH: in pf_test6()
10306 if (pd.proto == IPPROTO_AH) { in pf_test6()
H A Dif_bridge.c7499 iphdr.ip_p != IPPROTO_AH &&
/xnu-8020.140.41/bsd/netkey/
H A Dkey.c1953 case IPPROTO_AH: in key_msg2sp()
4544 case IPPROTO_AH: in key_mature()
4573 case IPPROTO_AH: in key_mature()
6297 return IPPROTO_AH; in key_satype2proto()
6316 case IPPROTO_AH: in key_proto2satype()
7937 case IPPROTO_AH: in key_getprop()
10331 if (proto != IPPROTO_ESP && proto != IPPROTO_AH) { in key_reserve_custom_ipsec()