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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_rtr.c657 struct nd_pfxrouter *pfxrtr; local
658 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL)
659 pfxrtr_del(pfxrtr);
1385 struct nd_pfxrouter *pfxrtr; local
1391 for (pfxrtr = LIST_FIRST(&pr->ndpr_advrtrs); pfxrtr;
1392 pfxrtr = LIST_NEXT(pfxrtr, pfr_entry)) {
1393 if ((rt = nd6_lookup(&pfxrtr->router->rtaddr, 0,
1394 pfxrtr
[all...]

Completed in 15 milliseconds