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

12

/freebsd-10.0-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.0-release/sys/netinet6/
H A Dnd6_nbr.c140 if (ip6->ip6_hlim != 255) {
143 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
449 ip6->ip6_hlim = 255;
639 if (ip6->ip6_hlim != 255) {
642 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 Dicmp6.c650 if ((ip6->ip6_hlim != 1) || (m->m_flags & M_RTALERT_MLD) == 0)
2264 ip6->ip6_hlim = ND_IFINFO(outif)->chlim;
2267 ip6->ip6_hlim = ND_IFINFO(m->m_pkthdr.rcvif)->chlim;
2269 ip6->ip6_hlim = V_ip6_defhlim;
2379 if (ip6->ip6_hlim != 255) {
2383 ip6_sprintf(ip6buf, &src6), ip6->ip6_hlim));
2618 ip6->ip6_hlim = 255;
H A Din6_gif.c217 ip6->ip6_hlim = V_ip6_gif_hlim;
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.c1095 if (ip6->ip6_hlim <= 1 || IN6_IS_ADDR_MC_INTFACELOCAL(&ip6->ip6_dst) ||
1098 ip6->ip6_hlim--;
1610 /* XXX: ip6_output will override ip6->ip6_hlim */
1611 im6o.im6o_multicast_hlim = ip6->ip6_hlim;
H A Dip6_output.c557 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
560 ip6->ip6_hlim = im6o->im6o_multicast_hlim;
562 ip6->ip6_hlim = V_ip6_defmcasthlim;
794 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.c781 ip6->ip6_hlim = in6_selecthlim(inp, NULL);
H A Dip6_input.c1381 hlim = ip6->ip6_hlim & 0xff;
/freebsd-10.0-release/sys/netinet/
H A Dip6.h90 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
H A Dtcp_timewait.c584 ip6->ip6_hlim = in6_selecthlim(inp, NULL);
H A Dip_carp.c542 if (ip6->ip6_hlim != CARP_DFLTTL) {
545 ip6->ip6_hlim, m->m_pkthdr.rcvif->if_xname);
878 ip6->ip6_hlim = CARP_DFLTTL;
H A Dtcp_output.c1178 ip6->ip6_hlim = in6_selecthlim(tp->t_inpcb, NULL);
H A Dtcp_syncache.c1439 /* ip6_hlim is set after checksum */
1543 ip6->ip6_hlim = in6_selecthlim(NULL, NULL);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_norm.c1433 src->scrub->pfss_ttl = h->ip6_hlim;
1538 if (h->ip6_hlim > src->scrub->pfss_ttl)
1539 src->scrub->pfss_ttl = h->ip6_hlim;
1540 h->ip6_hlim = src->scrub->pfss_ttl;
1997 if (min_ttl && h->ip6_hlim < min_ttl)
1998 h->ip6_hlim = min_ttl;
H A Dpf_osfp.c116 fp.fp_ttl = ip6->ip6_hlim;
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c422 ip6->ip6_hlim = 0;
482 ip6->ip6_hlim = IPDEFTTL;
667 ip6->ip6_hlim = 0;
/freebsd-10.0-release/sys/netipsec/
H A Dxform_ipip.c557 ip6o->ip6_hlim = V_ip_defttl;
H A Dipsec_output.c764 ip6->ip6_hlim = IPV6_DEFHLIM;
H A Dxform_ah.c430 ip6.ip6_hlim = 0;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c933 h6->ip6_hlim = IPV6_DEFHLIM;
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c2560 ntohs(ip6->ip6_plen), ip6->ip6_nxt, ip6->ip6_hlim);

Completed in 166 milliseconds

12