Searched refs:IPPROTO_AH (Results 1 – 15 of 15) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | ah_input.c | 163 IPPROTO_AH, spi)) == 0) { in ah4_input() 442 if (ipsec_incr_history_count(m, IPPROTO_AH, spi) != 0 || in ah4_input() 516 if (ipsec_incr_history_count(m, IPPROTO_AH, spi) != 0) { in ah4_input() 622 IPPROTO_AH, spi)) == 0) { in ah6_input() 833 if (ipsec_incr_history_count(m, IPPROTO_AH, spi) != 0 || in ah6_input() 904 if (ipsec_incr_history_count(m, IPPROTO_AH, spi) != 0) { in ah6_input() 1022 IPPROTO_AH, ahp->ah_spi); 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 | 668 if (sav->sah->saidx.proto == IPPROTO_AH) { in ah_none_mature() 925 case IPPROTO_AH: in ah4_calccksum() 1103 case IPPROTO_AH: in ah6_calccksum()
|
| H A D | ip6_input.c | 2003 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol() 2013 if (nxt == IPPROTO_AH) { in ip6_savecontrol() 2048 case IPPROTO_AH: /* is it possible? */ in ip6_savecontrol() 2156 case IPPROTO_AH: in ip6_get_prevhdr() 2220 case IPPROTO_AH: in ip6_nexthdr()
|
| H A D | ipsec.c | 1273 case IPPROTO_AH: in ipsec4_get_ulp() 1870 case IPPROTO_AH: in ipsec_get_reqlevel() 1972 case IPPROTO_AH: in ipsec_in_reject() 2159 case IPPROTO_AH: in ipsec_hdrsiz() 2638 case IPPROTO_AH: in ipsec6_update_routecache_and_output() 3313 case IPPROTO_AH: in ipsec4_output_internal() 3466 case IPPROTO_AH: { in ipsec4_interface_kpipe_output() 3603 case IPPROTO_AH: { in ipsec6_interface_kpipe_output() 3852 case IPPROTO_AH: in ipsec6_output_trans_internal() 4158 case IPPROTO_AH: in ipsec6_output_tunnel_internal() [all …]
|
| H A D | in6_proto.c | 275 .pr_protocol = IPPROTO_AH,
|
| H A D | icmp6.c | 1008 case IPPROTO_AH: in icmp6_notify_error() 1023 if (nxt == IPPROTO_AH) { in icmp6_notify_error()
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | in_proto.c | 221 .pr_protocol = IPPROTO_AH, 357 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 | 2287 case IPPROTO_AH: in ipproto_cassert()
|
| /xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 479 proto != IPPROTO_ESP && proto != IPPROTO_AH; in flow_req_needs_protons_reservation() 486 return proto == IPPROTO_ESP || proto == IPPROTO_AH; in flow_req_needs_ipsec_reservation()
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | nat464_utils.c | 1071 case IPPROTO_AH: in nat464_translate_proto()
|
| H A D | pf_norm.c | 2321 case IPPROTO_AH: in pf_normalize_ip6() 2343 } else if (proto == IPPROTO_AH) { in pf_normalize_ip6()
|
| H A D | pf.c | 2188 case IPPROTO_AH: in pf_calc_state_key_flowhash() 5601 pd->proto != IPPROTO_ESP && pd->proto != IPPROTO_AH && in pf_test_rule() 5606 pd->proto != IPPROTO_ESP && pd->proto != IPPROTO_AH && in pf_test_rule() 8131 case IPPROTO_AH: in pf_test_state_icmp() 8145 if (pd2.proto == IPPROTO_AH) { in pf_test_state_icmp() 10476 case IPPROTO_AH: in pf_test6() 10490 if (pd.proto == IPPROTO_AH) { in pf_test6()
|
| /xnu-10063.101.15/bsd/netkey/ |
| H A D | key.c | 2053 case IPPROTO_AH: in key_msg2sp() 4677 case IPPROTO_AH: in key_mature() 4706 case IPPROTO_AH: in key_mature() 6470 return IPPROTO_AH; in key_satype2proto() 6489 case IPPROTO_AH: in key_proto2satype() 8115 case IPPROTO_AH: in key_getprop() 10496 if (proto != IPPROTO_ESP && proto != IPPROTO_AH) { in key_reserve_custom_ipsec()
|