Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet6/
H A Dnd6_rtr.c1395 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL) { in defrtrlist_del()
2185 pfxrtr_lookup(struct nd_prefix *pr, struct nd_defrouter *dr) in pfxrtr_lookup() function
2587 if (dr && pfxrtr_lookup(pr, dr) == NULL) { in prelist_update()
3247 if ((pfxrtr = pfxrtr_lookup(pr0, dr)) != NULL) { in pfxlist_onlink_check()
H A Dnd6.h945 extern struct nd_pfxrouter *pfxrtr_lookup(struct nd_prefix *, struct nd_defrouter *);
H A Din6_src.c521 ia_best_has_prefix = (pfxrtr_lookup(p_ia_best_prefix, dr) != NULL); in in6_selectsrc_core()
527 ia_has_prefix = (pfxrtr_lookup(p_ia_prefix, dr) != NULL); in in6_selectsrc_core()