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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_rtr.c110 static struct nd_pfxrouter *find_pfxlist_reachable_router(struct nd_prefix *);
2910 find_pfxlist_reachable_router(struct nd_prefix *pr) function
3004 if (pr->ndpr_raf_onlink && find_pfxlist_reachable_router(pr) &&
3014 * Since find_pfxlist_reachable_router() drops the nd6_mutex, we
3075 find_pfxlist_reachable_router(pr) == NULL &&
3079 find_pfxlist_reachable_router(pr) != NULL &&
3086 * Since find_pfxlist_reachable_router() drops the
3210 if (find_pfxlist_reachable_router(ndpr)) {
3236 if (find_pfxlist_reachable_router(ndpr)) {

Completed in 134 milliseconds