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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c1069 struct nd_pfxrouter *pfxrtr; local
1072 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL)
1073 pfxrtr_del(pfxrtr);
2886 struct nd_pfxrouter *pfxrtr; local
2893 for (pfxrtr = LIST_FIRST(&pr->ndpr_advrtrs); pfxrtr;
2894 pfxrtr = LIST_NEXT(pfxrtr, pfr_entry)) {
2898 if ((rt = nd6_lookup(&pfxrtr->router->rtaddr, 0,
2899 pfxrtr
2940 struct nd_pfxrouter *pfxrtr = NULL; local
[all...]

Completed in 31 milliseconds