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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.h92 int ln_byhint; /* # of times we made it reachable by UL hint */
144 u_int32_t reachable; /* Reachable Time */ member in struct:nd_ifinfo
163 u_int32_t reachable; /* Reachable Time */ member in struct:nd_ifinfo
402 u_int32_t reachable; /* Reachable Time */ member in struct:in6_ondireq::__anon437
H A Dnd6.c417 ND.reachable = ND_COMPUTE_RTIME(ND.basereachable);
1764 ln->ln_expire = timenow.tv_sec + ndi->reachable;
2376 bcopy(&nd_ifinfo[i].reachable, &ondi->ndi.reachable,
2913 * Since reachable time rarely changes by router
2919 nd6if->reachable = ND_COMPUTE_RTIME(nd6if->basereachable);
H A Dnd6_rtr.c479 ndi->reachable = ND_COMPUTE_RTIME(ndi->basereachable);
1183 * 1) Routers that are reachable or probably reachable should be preferred.
1184 * If we have more than one (probably) reachable router, prefer ones
1186 * 2) When no routers on the list are known to be reachable or
1187 * probably reachable, routers SHOULD be selected in a round-robin
1195 * router will be set to the reachable router on that link (if any) with
1200 * the one installed will be the static or the first encountered reachable
1202 * c) When no routers on the list are known to be reachable, or probably
1203 * reachable, n
1268 boolean_t reachable, advrouter; local
[all...]
H A Dnd6_nbr.c1051 ndi->reachable);
1063 * non-reachable to probably reachable, and might
1150 ndi->reachable);

Completed in 47 milliseconds