pfxrtr 512 netinet6/nd6_rtr.c struct nd_pfxrouter *pfxrtr;
pfxrtr 513 netinet6/nd6_rtr.c if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL)
pfxrtr 514 netinet6/nd6_rtr.c pfxrtr_del(pfxrtr);
pfxrtr 1237 netinet6/nd6_rtr.c struct nd_pfxrouter *pfxrtr;
pfxrtr 1241 netinet6/nd6_rtr.c for (pfxrtr = LIST_FIRST(&pr->ndpr_advrtrs); pfxrtr;
pfxrtr 1242 netinet6/nd6_rtr.c pfxrtr = LIST_NEXT(pfxrtr, pfr_entry)) {
pfxrtr 1243 netinet6/nd6_rtr.c if ((rt = nd6_lookup(&pfxrtr->router->rtaddr, 0,
pfxrtr 1244 netinet6/nd6_rtr.c pfxrtr->router->ifp)) &&
pfxrtr 1250 netinet6/nd6_rtr.c return (pfxrtr);