Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6_src.c501 boolean_t ia_has_prefix = FALSE; in in6_selectsrc_core() local
530 ia_has_prefix = (pfxrtr_lookup(p_ia_prefix, dr) != NULL); in in6_selectsrc_core()
551 if (ia_best_has_prefix && !ia_has_prefix) { in in6_selectsrc_core()
555 if (!ia_best_has_prefix && ia_has_prefix) { in in6_selectsrc_core()