Home
last modified time | relevance | path

Searched refs:chlim (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dnd6.h74 u_int8_t chlim; /* CurHopLimit */ member
154 u_int8_t chlim; /* CurHopLimit */ member
H A Dnd6.c269 nd->chlim = IPV6_DEFHLIM; in nd6_ifattach()
1628 ND.chlim = ND_IFINFO(ifp)->chlim; in nd6_ioctl()
1658 if (ND.chlim != 0) in nd6_ioctl()
1659 ND_IFINFO(ifp)->chlim = ND.chlim; in nd6_ioctl()
H A Din6_src.c914 return (ND_IFINFO(ifp)->chlim); in in6_selecthlim()
925 hlim = ND_IFINFO(nh->nh_ifp)->chlim; in in6_selecthlim()
H A Dnd6_rtr.c454 if (ndi->chlim < nd_ra->nd_ra_curhoplimit) in nd6_ra_input()
455 ndi->chlim = nd_ra->nd_ra_curhoplimit; in nd6_ra_input()
456 else if (ndi->chlim != nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()
460 if_name(ifp), ndi->chlim, nd_ra->nd_ra_curhoplimit); in nd6_ra_input()
H A Dicmp6.c2112 hlim = ND_IFINFO(m->m_pkthdr.rcvif)->chlim; in icmp6_reflect()
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h74 u_int8_t chlim; /* CurHopLimit */ member
154 u_int8_t chlim; /* CurHopLimit */ member
/f-stack/tools/ndp/
H A Dndp.c1067 SETVALUE("curhlim", ND.chlim); in ifinfo()
1089 printf(", curhlim=%d", ND.chlim); in ifinfo()