Searched refs:pfxrtr (Results 1 – 2 of 2) sorted by relevance
743 struct nd_pfxrouter *pfxrtr; in defrouter_del() local768 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL) in defrouter_del()769 pfxrtr_del(pfxrtr); in defrouter_del()1799 struct nd_pfxrouter *pfxrtr; in find_pfxlist_reachable_router() local1804 LIST_FOREACH(pfxrtr, &pr->ndpr_advrtrs, pfr_entry) { in find_pfxlist_reachable_router()1805 if (is_dr_reachable(pfxrtr->router)) in find_pfxlist_reachable_router()1809 return (pfxrtr); in find_pfxlist_reachable_router()1831 struct nd_pfxrouter *pfxrtr = NULL; in pfxlist_onlink_check() local1857 if ((pfxrtr = pfxrtr_lookup(pr0, dr)) != NULL) in pfxlist_onlink_check()1860 if (pfxrtr != NULL) in pfxlist_onlink_check()[all …]
13849 struct nd_pfxrouter *pfxrtr = NULL; in sctp_v6src_match_nexthop() local13876 LIST_FOREACH(pfxrtr, &pfx->ndpr_advrtrs, pfr_entry) { in sctp_v6src_match_nexthop()13880 memcpy(&gw6.sin6_addr, &pfxrtr->router->rtaddr, in sctp_v6src_match_nexthop()