Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dnd6_rtr.c1380 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL) { in defrtrlist_del()
2155 pfxrtr_lookup(struct nd_prefix *pr, struct nd_defrouter *dr) in pfxrtr_lookup() function
2557 if (dr && pfxrtr_lookup(pr, dr) == NULL) { in prelist_update()
3216 if ((pfxrtr = pfxrtr_lookup(pr0, dr)) != NULL) { in pfxlist_onlink_check()
H A Dnd6.h980 extern struct nd_pfxrouter *pfxrtr_lookup(struct nd_prefix *, struct nd_defrouter *);
H A Din6_src.c526 ia_best_has_prefix = (pfxrtr_lookup(p_ia_best_prefix, dr) != NULL); in in6_selectsrc_core()
532 ia_has_prefix = (pfxrtr_lookup(p_ia_prefix, dr) != NULL); in in6_selectsrc_core()