Searched refs:reachable (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h54 int ln_byhint; /* # of times we made it reachable by UL hint */
80 u_int32_t reachable; /* Reachable Time */ member in struct:nd_ifinfo
164 u_int32_t reachable; /* Reachable Time */ member in struct:in6_ondireq::__anon334
H A Dnd6.c196 ND.reachable = ND_COMPUTE_RTIME(ND.basereachable);
1160 nd_ifinfo[rt->rt_ifp->if_index].reachable;
1549 ndi->ndi.reachable = nd_ifinfo[ifp->if_index].reachable;
1933 * Since reachable time rarely changes by router
1939 nd6if->reachable = ND_COMPUTE_RTIME(nd6if->basereachable);
H A Dnd6_nbr.c680 nd_ifinfo[rt->rt_ifp->if_index].reachable;
688 * non-reachable to probably reachable, and might
761 nd_ifinfo[ifp->if_index].reachable;
H A Dnd6_rtr.c310 ndi->reachable = ND_COMPUTE_RTIME(ndi->basereachable);
685 * 1) Routers that are reachable or probably reachable should be
687 * 2) When no routers on the list are known to be reachable or
688 * probably reachable, routers SHOULD be selected in a round-robin
701 * Search for a (probably) reachable router from the list.
721 * Note that if there is no reachable router in the list,
1378 * detect if a given prefix has a (probably) reachable advertising router.
1407 * entry is reachable or probably reachable)
[all...]

Completed in 34 milliseconds