| /f-stack/freebsd/netinet6/ |
| H A D | ip6_fastfwd.c | 150 if (ip6->ip6_hlim <= IPV6_HLIMDEC) { in ip6_tryforward() 277 ip6->ip6_hlim -= IPV6_HLIMDEC; in ip6_tryforward()
|
| H A D | ip6_forward.c | 134 ip6->ip6_hlim <= IPV6_HLIMDEC) { in ip6_forward() 155 ip6->ip6_hlim -= IPV6_HLIMDEC; in ip6_forward()
|
| H A D | nd6_nbr.c | 139 if (__predict_false(ip6->ip6_hlim != 255)) { in nd6_ns_input() 143 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src), in nd6_ns_input() 452 ip6->ip6_hlim = 255; in nd6_ns_output_fib() 645 if (__predict_false(ip6->ip6_hlim != 255)) { in nd6_na_input() 649 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src), in nd6_na_input() 987 ip6->ip6_hlim = 255; in nd6_na_output_fib()
|
| H A D | icmp6.c | 616 if ((ip6->ip6_hlim != 1) || (m->m_flags & M_RTALERT_MLD) == 0) in icmp6_input() 2154 ip6->ip6_hlim = hlim; in icmp6_reflect() 2260 if (__predict_false(ip6->ip6_hlim != 255)) { in icmp6_redirect_input() 2265 ip6_sprintf(ip6buf, &src6), ip6->ip6_hlim)); in icmp6_redirect_input() 2512 ip6->ip6_hlim = 255; in icmp6_redirect_output()
|
| H A D | nd6_rtr.c | 179 if (__predict_false(ip6->ip6_hlim != 255)) { in nd6_rs_input() 183 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src), in nd6_rs_input() 379 if (__predict_false(ip6->ip6_hlim != 255)) { in nd6_ra_input() 383 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src), in nd6_ra_input()
|
| H A D | in6_gif.c | 321 ip6->ip6_hlim = V_ip6_gif_hlim; in in6_gif_output()
|
| H A D | ip6_mroute.c | 1090 if (ip6->ip6_hlim <= 1 || IN6_IS_ADDR_MC_INTFACELOCAL(&ip6->ip6_dst) || in X_ip6_mforward() 1093 ip6->ip6_hlim--; in X_ip6_mforward() 1565 im6o.im6o_multicast_hlim = ip6->ip6_hlim; in phyint_send()
|
| H A D | ip6_output.c | 669 ip6->ip6_hlim = opt->ip6po_hlim & 0xff; in ip6_output() 672 ip6->ip6_hlim = im6o->im6o_multicast_hlim; in ip6_output() 674 ip6->ip6_hlim = V_ip6_defmcasthlim; in ip6_output() 934 if (ip6->ip6_hlim == 0 || (ifp->if_flags & IFF_LOOPBACK) || in ip6_output()
|
| H A D | ip6_gre.c | 548 gi6->gi6_ip6.ip6_hlim = V_ip6_gre_hlim; in in6_gre_output()
|
| H A D | raw_ip6.c | 505 ip6->ip6_hlim = hlim; in rip6_output()
|
| H A D | udp6_usrreq.c | 935 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in udp6_output()
|
| H A D | ip6_input.c | 1329 hlim = ip6->ip6_hlim & 0xff; in ip6_savecontrol_v4()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip6.h | 92 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
|
| H A D | tcp_timewait.c | 627 ip6->ip6_hlim = in6_selecthlim(inp, NULL); in tcp_twrespond()
|
| H A D | ip_carp.c | 563 if (ip6->ip6_hlim != CARP_DFLTTL) { in carp6_input() 566 ip6->ip6_hlim, m->m_pkthdr.rcvif->if_xname); in carp6_input() 1010 ip6->ip6_hlim = CARP_DFLTTL; in carp_send_ad_locked()
|
| H A D | tcp_output.c | 1423 ip6->ip6_hlim = in6_selecthlim(tp->t_inpcb, NULL); in tcp_output()
|
| H A D | tcp_syncache.c | 2044 ip6->ip6_hlim = sc->sc_ip_ttl; in syncache_respond()
|
| H A D | tcp_subr.c | 1645 ip6->ip6_hlim = in6_selecthlim(tp != NULL ? tp->t_inpcb : in tcp_respond()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 519 ip->ip_ttl = ip6->ip6_hlim; in nat64_init_ip4hdr() 752 oip6->ip6_hlim = V_ip6_defhlim; in nat64_icmp6_reflect() 1115 eip6->ip6_hlim = ip.ip_ttl; in nat64_icmp_translate() 1291 ip6.ip6_hlim = ip->ip_ttl; in nat64_do_handle_ip4() 1293 ip6.ip6_hlim -= IPTTLDEC; in nat64_do_handle_ip4() 1545 ip6i->ip6_hlim += IPV6_HLIMDEC; in nat64_handle_icmp6() 1601 if (*V_nat64ip6stealth == 0 && ip6->ip6_hlim <= IPV6_HLIMDEC) { in nat64_do_handle_ip6()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 1465 src->scrub->pfss_ttl = h->ip6_hlim; in pf_normalize_tcp_init() 1569 if (h->ip6_hlim > src->scrub->pfss_ttl) in pf_normalize_tcp_stateful() 1570 src->scrub->pfss_ttl = h->ip6_hlim; in pf_normalize_tcp_stateful() 1571 h->ip6_hlim = src->scrub->pfss_ttl; in pf_normalize_tcp_stateful() 2034 if (min_ttl && h->ip6_hlim < min_ttl) in pf_scrub_ip6() 2035 h->ip6_hlim = min_ttl; in pf_scrub_ip6()
|
| H A D | pf_osfp.c | 128 fp.fp_ttl = ip6->ip6_hlim; in pf_osfp_fingerprint_hdr()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 422 ip6->ip6_hlim = 0; 478 ip6->ip6_hlim = IPDEFTTL; 657 ip6->ip6_hlim = 0;
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_output.c | 971 ip6->ip6_hlim = V_ip6_defhlim; in ipsec_encap()
|
| H A D | xform_ah.c | 411 ip6.ip6_hlim = 0; in ah_massage_headers()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 590 ip6->ip6_hlim = IPV6_DEFHLIM; in ipfw_send_abort() 760 h6->ip6_hlim = IPV6_DEFHLIM; in ipfw_send_pkt()
|