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

12

/freebsd-10.3-release/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.3-release/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;
670 if (ip6->ip6_hlim != 255) {
673 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
1020 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)
2256 ip6->ip6_hlim = ND_IFINFO(outif)->chlim;
2259 ip6->ip6_hlim = ND_IFINFO(m->m_pkthdr.rcvif)->chlim;
2261 ip6->ip6_hlim = V_ip6_defhlim;
2371 if (ip6->ip6_hlim != 255) {
2375 ip6_sprintf(ip6buf, &src6), ip6->ip6_hlim));
2607 ip6->ip6_hlim = 255;
H A Dnd6_rtr.c141 if (ip6->ip6_hlim != 255) {
144 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
228 if (ip6->ip6_hlim != 255) {
231 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.c517 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
520 ip6->ip6_hlim = im6o->im6o_multicast_hlim;
522 ip6->ip6_hlim = V_ip6_defmcasthlim;
683 if (ip6->ip6_hlim == 0 || (ifp->if_flags & IFF_LOOPBACK) ||
H A Draw_ip6.c514 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.3-release/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.c625 ip6->ip6_hlim = in6_selecthlim(inp, NULL);
H A Dtcp_output.c1335 ip6->ip6_hlim = in6_selecthlim(tp->t_inpcb, NULL);
H A Dtcp_syncache.c1558 /* ip6_hlim is set after checksum */
1672 ip6->ip6_hlim = in6_selecthlim(NULL, NULL);
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_norm.c1739 src->scrub->pfss_ttl = h->ip6_hlim;
1844 if (h->ip6_hlim > src->scrub->pfss_ttl)
1845 src->scrub->pfss_ttl = h->ip6_hlim;
1846 h->ip6_hlim = src->scrub->pfss_ttl;
2303 if (min_ttl && h->ip6_hlim < min_ttl)
2304 h->ip6_hlim = min_ttl;
H A Dpf_osfp.c116 fp.fp_ttl = ip6->ip6_hlim;
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c433 ip6->ip6_hlim = 0;
493 ip6->ip6_hlim = IPDEFTTL;
678 ip6->ip6_hlim = 0;
/freebsd-10.3-release/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c174 ip6->ip6_hlim = cqe->lro_min_ttl;
/freebsd-10.3-release/sys/netipsec/
H A Dxform_ipip.c488 ip6o->ip6_hlim = IPV6_DEFHLIM;
H A Dxform_ah.c429 ip6.ip6_hlim = 0;
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c938 h6->ip6_hlim = IPV6_DEFHLIM;

Completed in 279 milliseconds

12