Searched refs:ip6_hlim (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10-stable/contrib/tcpdump/
H A Dip6.h95 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
H A Dprint-ip6.c131 ip6->ip6_hlim,
/freebsd-10-stable/sys/netinet6/
H A Dip6_gre.c133 gi6->gi6_ip6.ip6_hlim = V_ip6_gre_hlim;
H A Dnd6_nbr.c157 if (ip6->ip6_hlim != 255) {
160 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
453 ip6->ip6_hlim = 255;
669 if (ip6->ip6_hlim != 255) {
672 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
1005 ip6->ip6_hlim = 255;
H A Dip6_forward.c157 if (ip6->ip6_hlim <= IPV6_HLIMDEC) {
163 ip6->ip6_hlim -= IPV6_HLIMDEC;
H A Din6_gif.c140 ip6->ip6_hlim = V_ip6_gif_hlim;
H A Dicmp6.c642 if ((ip6->ip6_hlim != 1) || (m->m_flags & M_RTALERT_MLD) == 0)
2258 ip6->ip6_hlim = ND_IFINFO(outif)->chlim;
2261 ip6->ip6_hlim = ND_IFINFO(m->m_pkthdr.rcvif)->chlim;
2263 ip6->ip6_hlim = V_ip6_defhlim;
2373 if (ip6->ip6_hlim != 255) {
2377 ip6_sprintf(ip6buf, &src6), ip6->ip6_hlim));
2609 ip6->ip6_hlim = 255;
H A Dnd6_rtr.c142 if (ip6->ip6_hlim != 255) {
145 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
231 if (ip6->ip6_hlim != 255) {
234 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
H A Dip6_mroute.c1068 if (ip6->ip6_hlim <= 1 || IN6_IS_ADDR_MC_INTFACELOCAL(&ip6->ip6_dst) ||
1071 ip6->ip6_hlim--;
1550 /* XXX: ip6_output will override ip6->ip6_hlim */
1551 im6o.im6o_multicast_hlim = ip6->ip6_hlim;
H A Dip6_output.c519 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
522 ip6->ip6_hlim = im6o->im6o_multicast_hlim;
524 ip6->ip6_hlim = V_ip6_defmcasthlim;
705 if (ip6->ip6_hlim == 0 || (ifp->if_flags & IFF_LOOPBACK) ||
H A Draw_ip6.c512 ip6->ip6_hlim = in6_selecthlim(in6p, oifp);
H A Dudp6_usrreq.c827 ip6->ip6_hlim = in6_selecthlim(inp, NULL);
H A Dip6_input.c1365 hlim = ip6->ip6_hlim & 0xff;
/freebsd-10-stable/sys/netinet/
H A Dip6.h90 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
H A Dip_carp.c542 if (ip6->ip6_hlim != CARP_DFLTTL) {
545 ip6->ip6_hlim, m->m_pkthdr.rcvif->if_xname);
890 ip6->ip6_hlim = CARP_DFLTTL;
H A Dtcp_timewait.c629 ip6->ip6_hlim = in6_selecthlim(inp, NULL);
H A Dtcp_output.c1347 ip6->ip6_hlim = in6_selecthlim(tp->t_inpcb, NULL);
H A Dtcp_syncache.c1580 /* ip6_hlim is set after checksum */
1703 ip6->ip6_hlim = in6_selecthlim(NULL, NULL);
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_norm.c1751 src->scrub->pfss_ttl = h->ip6_hlim;
1856 if (h->ip6_hlim > src->scrub->pfss_ttl)
1857 src->scrub->pfss_ttl = h->ip6_hlim;
1858 h->ip6_hlim = src->scrub->pfss_ttl;
2315 if (min_ttl && h->ip6_hlim < min_ttl)
2316 h->ip6_hlim = min_ttl;
H A Dpf_osfp.c124 fp.fp_ttl = ip6->ip6_hlim;
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c423 ip6->ip6_hlim = 0;
479 ip6->ip6_hlim = IPDEFTTL;
659 ip6->ip6_hlim = 0;
/freebsd-10-stable/sys/netipsec/
H A Dxform_ipip.c488 ip6o->ip6_hlim = IPV6_DEFHLIM;
H A Dxform_ah.c429 ip6.ip6_hlim = 0;
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c215 ip6->ip6_hlim = cqe->lro_min_ttl;
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c938 h6->ip6_hlim = IPV6_DEFHLIM;

Completed in 168 milliseconds

12