Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dnd6.c1928 struct nd_ifinfo *nd6if; in nd6_slowtimo_dispatch() local
1945 nd6if = ND_IFINFO(ifp); in nd6_slowtimo_dispatch()
1946 if (nd6if->basereachable && /* already initialized */ in nd6_slowtimo_dispatch()
1947 (nd6if->recalctm -= ND6_SLOWTIMER_INTERVAL) <= 0) { in nd6_slowtimo_dispatch()
1954 nd6if->recalctm = nd6_recalc_reachtm_interval; in nd6_slowtimo_dispatch()
1955 nd6if->reachable = ND_COMPUTE_RTIME(nd6if->basereachable); in nd6_slowtimo_dispatch()