Searched refs:IPPROTO_AH (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | ah_input.c | 166 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 D | ah_output.c | 122 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 D | ah_core.c | 436 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 D | ip6_input.c | 2060 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 D | ipsec.c | 1262 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 D | in6_proto.c | 272 .pr_protocol = IPPROTO_AH,
|
| H A D | icmp6.c | 1013 case IPPROTO_AH: in icmp6_notify_error() 1028 if (nxt == IPPROTO_AH) { in icmp6_notify_error()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_proto.c | 220 .pr_protocol = IPPROTO_AH, 340 SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec,
|
| H A D | in.h | 167 #define IPPROTO_AH 51 /* IP6 Auth Header */ macro 666 #define IPPROTO_MAXID (IPPROTO_AH + 1) /* don't list to IPPROTO_MAX */
|
| H A D | in.c | 2294 case IPPROTO_AH: in ipproto_cassert()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 478 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 D | nat464_utils.c | 1089 case IPPROTO_AH: in nat464_translate_proto()
|
| H A D | pf_norm.c | 2329 case IPPROTO_AH: in pf_normalize_ip6() 2349 } else if (proto == IPPROTO_AH) { in pf_normalize_ip6()
|
| H A D | pf.c | 2172 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 D | key.c | 1944 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()
|