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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c1480 struct nd_pfxrouter *pfr; local
1492 pfr = pr->ndpr_advrtrs.lh_first;
1494 while (pfr) {
1497 RTRADDR = pfr->router->rtaddr;
1510 pfr = pfr->pfr_next;
2386 struct nd_pfxrouter *pfr; variable in typeref:struct:nd_pfxrouter
2411 for (pfr = pr->ndpr_advrtrs.lh_first;
2412 pfr;
2413 pfr
[all...]
H A Dnd6_rtr.c861 struct nd_pfxrouter *pfr)
864 LIST_REMOVE(pfr, pfr_entry);
865 FREE(pfr, M_IP6NDP);
1026 struct nd_pfxrouter *pfr, *next; local
1060 for (pfr = pr->ndpr_advrtrs.lh_first; pfr; pfr = next) {
1061 next = pfr->pfr_next;
1063 FREE(pfr, M_IP6NDP);
860 pfxrtr_del( struct nd_pfxrouter *pfr) argument

Completed in 27 milliseconds