Searched refs:IPPROTO_AH (Results 1 – 15 of 15) sorted by relevance
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | ah_input.c | 163 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 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 | ip6_input.c | 1994 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 D | ah_core.c | 253 if (sav->sah->saidx.proto == IPPROTO_AH) { in ah_none_mature() 1386 case IPPROTO_AH: in ah4_calccksum() 1548 case IPPROTO_AH: in ah6_calccksum()
|
| H A D | ipsec.c | 1271 case IPPROTO_AH: in ipsec4_get_ulp() 1883 case IPPROTO_AH: in ipsec_get_reqlevel() 1985 case IPPROTO_AH: in ipsec_in_reject() 2172 case IPPROTO_AH: in ipsec_hdrsiz() 2646 case IPPROTO_AH: in ipsec6_update_routecache_and_output() 3315 case IPPROTO_AH: in ipsec4_output_internal() 3567 case IPPROTO_AH: in ipsec6_output_trans_internal() 3868 case IPPROTO_AH: in ipsec6_output_tunnel_internal() 3985 case IPPROTO_AH: in ipsec6_output_tunnel_internal()
|
| H A D | in6_proto.c | 274 .pr_protocol = IPPROTO_AH,
|
| H A D | icmp6.c | 979 case IPPROTO_AH: in icmp6_notify_error() 994 if (nxt == IPPROTO_AH) { in icmp6_notify_error()
|
| /xnu-8019.80.24/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 708 #define IPPROTO_MAXID (IPPROTO_AH + 1) /* don't list to IPPROTO_MAX */
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 512 proto != IPPROTO_ESP && proto != IPPROTO_AH; in flow_req_needs_protons_reservation() 519 return proto == IPPROTO_ESP || proto == IPPROTO_AH; in flow_req_needs_ipsec_reservation()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | nat464_utils.c | 1071 case IPPROTO_AH: in nat464_translate_proto()
|
| H A D | pf_norm.c | 2322 case IPPROTO_AH: in pf_normalize_ip6() 2344 } else if (proto == IPPROTO_AH) { in pf_normalize_ip6()
|
| H A D | pf.c | 5465 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 D | if_bridge.c | 7320 iphdr.ip_p != IPPROTO_AH &&
|
| /xnu-8019.80.24/bsd/netkey/ |
| H A D | key.c | 1984 case IPPROTO_AH: in key_msg2sp() 4614 case IPPROTO_AH: in key_mature() 4643 case IPPROTO_AH: in key_mature() 6377 return IPPROTO_AH; in key_satype2proto() 6396 case IPPROTO_AH: in key_proto2satype() 8017 case IPPROTO_AH: in key_getprop() 10433 if (proto != IPPROTO_ESP && proto != IPPROTO_AH) { in key_reserve_custom_ipsec()
|