| /xnu-10002.81.5/bsd/net/ |
| H A D | nat464_utils.c | 321 } else if (ptr == PTR_IP6(ip6_hlim)) { in nat464_translate_icmp() 432 ptr = PTR_IP6(ip6_hlim); in nat464_translate_icmp() 547 ip6->ip6_hlim = IPV6_DEFHLIM; in nat464_translate_icmp_ip() 549 ip6->ip6_hlim = ttl2; in nat464_translate_icmp_ip() 749 ip6->ip6_hlim = ttl; in nat464_translate_46() 1030 &hlen2, iph2->ip6_nxt, iph2->ip6_hlim, tot_len2, in nat464_translate_proto()
|
| H A D | pf_norm.c | 2426 if (r->min_ttl && h->ip6_hlim < r->min_ttl) { in pf_normalize_ip6() 2427 h->ip6_hlim = r->min_ttl; in pf_normalize_ip6() 2562 if (r->min_ttl && h->ip6_hlim < r->min_ttl) { in pf_normalize_ip6() 2563 h->ip6_hlim = r->min_ttl; in pf_normalize_ip6() 2778 src->scrub->pfss_ttl = h->ip6_hlim; in pf_normalize_tcp_init() 2884 if (h->ip6_hlim > src->scrub->pfss_ttl) { in pf_normalize_tcp_stateful() 2885 src->scrub->pfss_ttl = h->ip6_hlim; in pf_normalize_tcp_stateful() 2887 h->ip6_hlim = src->scrub->pfss_ttl; in pf_normalize_tcp_stateful()
|
| H A D | pf_osfp.c | 146 fp.fp_ttl = ip6->ip6_hlim; in pf_osfp_fingerprint_hdr()
|
| H A D | pf.c | 2845 h6->ip6_hlim = IPV6_DEFHLIM; in pf_send_tcp() 4604 ip6->ip6_hlim = IPV6_DEFHLIM; in pf_change_icmp_af() 4606 ip6->ip6_hlim = pd2->ttl; in pf_change_icmp_af() 4689 } else if (ptr == PTR_IP6(ip6_hlim)) { in pf_translate_icmp_af() 4793 ptr = PTR_IP6(ip6_hlim); in pf_translate_icmp_af() 4899 ip6->ip6_hlim = pd->ttl; in pf_nat64_ipv4() 10383 pd.ttl = h->ip6_hlim; in pf_test6() 10428 pd.ttl = h->ip6_hlim; in pf_test6()
|
| H A D | dlil.c | 7695 ip6h->ip6_hlim, src, *dst, tot_len, &is_first_frag) == NT_NAT64) ? in dlil_clat64()
|
| /xnu-10002.81.5/bsd/netinet/ |
| H A D | ip6.h | 128 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
|
| H A D | udp_usrreq.c | 797 ip6->ip6_hlim = ip->ip_ttl; in ip_2_ip6_hdr() 3067 ip6->ip6_hlim = (uint8_t)ip6_defhlim; in udp_fill_keepalive_offload_frames()
|
| H A D | tcp_subr.c | 660 ip6->ip6_hlim = 0; in tcp_fillheaders() 881 ip6->ip6_hlim = in6_selecthlim(tp ? tp->t_inpcb : NULL, in tcp_respond() 3962 ip6->ip6_hlim = in6_selecthlim(inp, ifp); in tcp_make_keepalive_frame()
|
| H A D | tcp_output.c | 2899 ip6->ip6_hlim = in6_selecthlim(inp, inp->in6p_route.ro_rt ? in tcp_output()
|
| /xnu-10002.81.5/bsd/netinet6/ |
| H A D | ip6_forward.c | 241 if (ip6->ip6_hlim <= IPV6_HLIMDEC) { in ip6_forward() 267 ip6->ip6_hlim -= IPV6_HLIMDEC; in ip6_forward()
|
| H A D | nd6_nbr.c | 296 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ns_input() 299 ip6->ip6_hlim, ip6_sprintf(&ip6->ip6_src), in nd6_ns_input() 662 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_ns_output() 946 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_na_input() 949 ip6->ip6_hlim, ip6_sprintf(&ip6->ip6_src), in nd6_na_input() 1482 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_na_output()
|
| H A D | icmp6.c | 2457 ip6->ip6_hlim = ndi->chlim; in icmp6_reflect() 2465 ip6->ip6_hlim = ndi->chlim; in icmp6_reflect() 2468 ip6->ip6_hlim = (uint8_t)ip6_defhlim; in icmp6_reflect() 2582 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in icmp6_redirect_input() 2586 ip6_sprintf(&src6), ip6->ip6_hlim); in icmp6_redirect_input() 2877 ip6->ip6_hlim = IPV6_MAXHLIM; in icmp6_redirect_output()
|
| H A D | in6_gif.c | 176 ip6->ip6_hlim = ip6_gif_hlim; in in6_gif_output()
|
| H A D | udp6_output.c | 436 ip6->ip6_hlim = in6_selecthlim(in6p, in6p->in6p_route.ro_rt ? in udp6_output()
|
| H A D | ip6_output.c | 1027 ip6->ip6_hlim = opt->ip6po_hlim & 0xff; in ip6_output_list() 1031 ip6->ip6_hlim = im6o->im6o_multicast_hlim; in ip6_output_list() 1034 ip6->ip6_hlim = (uint8_t)ip6_defmcasthlim; in ip6_output_list() 1371 if (ip6->ip6_hlim == 0 || (ifp->if_flags & IFF_LOOPBACK) || in ip6_output_list()
|
| H A D | nd6_rtr.c | 260 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_rs_input() 263 ip6->ip6_hlim, ip6_sprintf(&ip6->ip6_src), in nd6_rs_input() 395 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ra_input() 398 ip6->ip6_hlim, ip6_sprintf(&ip6->ip6_src), in nd6_ra_input()
|
| H A D | raw_ip6.c | 688 ip6->ip6_hlim = in6_selecthlim(in6p, oifp); in rip6_output()
|
| H A D | nd6_prproxy.c | 501 if (ip6->ip6_hlim != IPV6_MAXHLIM || ip6->ip6_nxt != IPPROTO_ICMPV6) { in nd6_prproxy_isours()
|
| H A D | ah_core.c | 1545 ip6copy.ip6_hlim = 0; in ah6_calccksum()
|
| H A D | ipsec.c | 2453 ip6->ip6_hlim = IPV6_DEFHLIM; in ipsec6_encapsulate() 2813 ip6->ip6_hlim = IPV6_DEFHLIM; in ipsec46_encapsulate() 5292 ip6->ip6_hlim = (u_int8_t)ip6_defhlim; in ipsec_send_natt_keepalive()
|
| H A D | ip6_input.c | 1893 int hlim = ip6->ip6_hlim & 0xff; in ip6_savecontrol_v4()
|
| /xnu-10002.81.5/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 886 ip6->ip6_hlim = IPV6_DEFHLIM; in flow_track_abort_tcp() 1027 ip6->ip6_hlim = IPV6_DEFHLIM; in flow_track_abort_quic()
|
| H A D | flow_agg.c | 1099 if (sip6->ip6_hlim != ip6->ip6_hlim) { in can_agg_slowpath() 1101 DTRACE_SKYWALK2(aggr__fail9, uint8_t, sip6->ip6_hlim, in can_agg_slowpath() 1102 uint8_t, ip6->ip6_hlim); in can_agg_slowpath()
|