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

/freebsd-10.1-release/sys/netinet6/
H A Dnd6_rtr.c591 struct nd_pfxrouter *pfxrtr; local
592 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL)
593 pfxrtr_del(pfxrtr);
1307 struct nd_pfxrouter *pfxrtr; local
1311 LIST_FOREACH(pfxrtr, &pr->ndpr_advrtrs, pfr_entry) {
1312 IF_AFDATA_RLOCK(pfxrtr->router->ifp);
1313 ln = nd6_lookup(&pfxrtr->router->rtaddr, 0, pfxrtr->router->ifp);
1314 IF_AFDATA_RUNLOCK(pfxrtr->router->ifp);
1322 return (pfxrtr);
1344 struct nd_pfxrouter *pfxrtr = NULL; local
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dsctp_output.c13506 struct nd_pfxrouter *pfxrtr = NULL; local
13530 LIST_FOREACH(pfxrtr, &pfx->ndpr_advrtrs, pfr_entry) {
13534 memcpy(&gw6.sin6_addr, &pfxrtr->router->rtaddr,

Completed in 90 milliseconds