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

/freebsd-10.1-release/sys/netinet6/
H A Dnd6_rtr.c74 static struct nd_pfxrouter *pfxrtr_lookup(struct nd_prefix *,
592 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL)
810 pfxrtr_lookup(struct nd_prefix *pr, struct nd_defrouter *dr) function
1028 if (dr && pfxrtr_lookup(pr, dr) == NULL)
1364 if ((pfxrtr = pfxrtr_lookup(pr0, dr)) != NULL)

Completed in 57 milliseconds