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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c109 static struct nd_pfxrouter *find_pfxlist_reachable_router(struct nd_prefix *);
2884 find_pfxlist_reachable_router(struct nd_prefix *pr) function
2968 if (pr->ndpr_raf_onlink && find_pfxlist_reachable_router(pr) &&
2978 * Since find_pfxlist_reachable_router() drops the nd6_mutex, we
3039 find_pfxlist_reachable_router(pr) == NULL &&
3043 find_pfxlist_reachable_router(pr) != NULL &&
3050 * Since find_pfxlist_reachable_router() drops the
3174 if (find_pfxlist_reachable_router(ndpr)) {
3200 if (find_pfxlist_reachable_router(ndpr)) {

Completed in 26 milliseconds