Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dnd6.c2104 struct nd_ifinfo *nd6if; in nd6_slowtimo() local
2113 nd6if = ND_IFINFO(ifp); in nd6_slowtimo()
2114 if (nd6if->basereachable && /* already initialized */ in nd6_slowtimo()
2115 (nd6if->recalctm -= ND6_SLOWTIMER_INTERVAL) <= 0) { in nd6_slowtimo()
2122 nd6if->recalctm = V_nd6_recalc_reachtm_interval; in nd6_slowtimo()
2123 nd6if->reachable = ND_COMPUTE_RTIME(nd6if->basereachable); in nd6_slowtimo()