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

12

/freebsd-9.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-9.3-release/sys/netinet6/
H A Dnd6_nbr.c140 if (ip6->ip6_hlim != 255) {
143 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
454 ip6->ip6_hlim = 255;
644 if (ip6->ip6_hlim != 255) {
647 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
1023 ip6->ip6_hlim = 255;
H A Dip6_forward.c157 if (ip6->ip6_hlim <= IPV6_HLIMDEC) {
163 ip6->ip6_hlim -= IPV6_HLIMDEC;
H A Dicmp6.c652 if ((ip6->ip6_hlim != 1) || (m->m_flags & M_RTALERT_MLD) == 0)
2285 ip6->ip6_hlim = ND_IFINFO(outif)->chlim;
2288 ip6->ip6_hlim = ND_IFINFO(m->m_pkthdr.rcvif)->chlim;
2290 ip6->ip6_hlim = V_ip6_defhlim;
2402 if (ip6->ip6_hlim != 255) {
2406 ip6_sprintf(ip6buf, &src6), ip6->ip6_hlim));
2645 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.c1065 if (ip6->ip6_hlim <= 1 || IN6_IS_ADDR_MC_INTFACELOCAL(&ip6->ip6_dst) ||
1068 ip6->ip6_hlim--;
1547 /* XXX: ip6_output will override ip6->ip6_hlim */
1548 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;
796 if (ip6->ip6_hlim == 0 || (ifp->if_flags & IFF_LOOPBACK) ||
H A Draw_ip6.c508 ip6->ip6_hlim = in6_selecthlim(in6p, oifp);
H A Dudp6_usrreq.c780 ip6->ip6_hlim = in6_selecthlim(inp, NULL);
H A Dip6_input.c1376 hlim = ip6->ip6_hlim & 0xff;
/freebsd-9.3-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.c684 if (ip6->ip6_hlim != CARP_DFLTTL) {
687 ip6->ip6_hlim,
1050 ip6->ip6_hlim = CARP_DFLTTL;
H A Dtcp_output.c1252 ip6->ip6_hlim = in6_selecthlim(tp->t_inpcb, NULL);
H A Dtcp_syncache.c1391 /* ip6_hlim is set after checksum */
1495 ip6->ip6_hlim = in6_selecthlim(NULL, NULL);
H A Dtcp_subr.c630 ip6->ip6_hlim = in6_selecthlim(tp != NULL ? tp->t_inpcb :
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c1726 src->scrub->pfss_ttl = h->ip6_hlim;
1842 if (h->ip6_hlim > src->scrub->pfss_ttl)
1843 src->scrub->pfss_ttl = h->ip6_hlim;
1844 h->ip6_hlim = src->scrub->pfss_ttl;
2357 if (min_ttl && h->ip6_hlim < min_ttl)
2358 h->ip6_hlim = min_ttl;
H A Dpf_osfp.c195 fp.fp_ttl = ip6->ip6_hlim;
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c630 ip6->ip6_hlim = 0;
683 ip6->ip6_hlim = IPDEFTTL;
850 ip6->ip6_hlim = 0;
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ipip.c506 ip6o->ip6_hlim = V_ip_defttl;
H A Dipsec_output.c758 ip6->ip6_hlim = IPV6_DEFHLIM;
H A Dxform_ah.c438 ip6.ip6_hlim = 0;
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c936 h6->ip6_hlim = IPV6_DEFHLIM;

Completed in 166 milliseconds

12