Home
last modified time | relevance | path

Searched refs:ip6_hlim (Results 1 – 23 of 23) sorted by relevance

/xnu-10002.41.9/bsd/net/
H A Dnat464_utils.c321 } 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 Dpf_norm.c2426 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 Dpf_osfp.c146 fp.fp_ttl = ip6->ip6_hlim; in pf_osfp_fingerprint_hdr()
H A Dpf.c2845 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 Ddlil.c7684 ip6h->ip6_hlim, src, *dst, tot_len, &is_first_frag) == NT_NAT64) ? in dlil_clat64()
/xnu-10002.41.9/bsd/netinet/
H A Dip6.h128 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
H A Dudp_usrreq.c797 ip6->ip6_hlim = ip->ip_ttl; in ip_2_ip6_hdr()
3055 ip6->ip6_hlim = (uint8_t)ip6_defhlim; in udp_fill_keepalive_offload_frames()
H A Dtcp_subr.c660 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 Dtcp_output.c2881 ip6->ip6_hlim = in6_selecthlim(inp, inp->in6p_route.ro_rt ? in tcp_output()
/xnu-10002.41.9/bsd/netinet6/
H A Dip6_forward.c241 if (ip6->ip6_hlim <= IPV6_HLIMDEC) { in ip6_forward()
267 ip6->ip6_hlim -= IPV6_HLIMDEC; in ip6_forward()
H A Dnd6_nbr.c296 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 Dicmp6.c2457 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 Din6_gif.c176 ip6->ip6_hlim = ip6_gif_hlim; in in6_gif_output()
H A Dudp6_output.c436 ip6->ip6_hlim = in6_selecthlim(in6p, in6p->in6p_route.ro_rt ? in udp6_output()
H A Dip6_output.c1027 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 Dnd6_rtr.c260 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 Draw_ip6.c688 ip6->ip6_hlim = in6_selecthlim(in6p, oifp); in rip6_output()
H A Dnd6_prproxy.c501 if (ip6->ip6_hlim != IPV6_MAXHLIM || ip6->ip6_nxt != IPPROTO_ICMPV6) { in nd6_prproxy_isours()
H A Dah_core.c1545 ip6copy.ip6_hlim = 0; in ah6_calccksum()
H A Dipsec.c2453 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 Dip6_input.c1893 int hlim = ip6->ip6_hlim & 0xff; in ip6_savecontrol_v4()
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c886 ip6->ip6_hlim = IPV6_DEFHLIM; in flow_track_abort_tcp()
1027 ip6->ip6_hlim = IPV6_DEFHLIM; in flow_track_abort_quic()
H A Dflow_agg.c1099 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()