Lines Matching refs:pfxrtr
741 struct nd_pfxrouter *pfxrtr; in defrouter_del() local
766 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL) in defrouter_del()
767 pfxrtr_del(pfxrtr); in defrouter_del()
1797 struct nd_pfxrouter *pfxrtr; in find_pfxlist_reachable_router() local
1802 LIST_FOREACH(pfxrtr, &pr->ndpr_advrtrs, pfr_entry) { in find_pfxlist_reachable_router()
1803 if (is_dr_reachable(pfxrtr->router)) in find_pfxlist_reachable_router()
1807 return (pfxrtr); in find_pfxlist_reachable_router()
1829 struct nd_pfxrouter *pfxrtr = NULL; in pfxlist_onlink_check() local
1855 if ((pfxrtr = pfxrtr_lookup(pr0, dr)) != NULL) in pfxlist_onlink_check()
1858 if (pfxrtr != NULL) in pfxlist_onlink_check()
1862 if (pr != NULL || (!TAILQ_EMPTY(&V_nd6_defrouter) && pfxrtr == NULL)) { in pfxlist_onlink_check()