Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet6/
H A Din6_src.c498 boolean_t ia_has_prefix = FALSE; in in6_selectsrc_core() local
527 ia_has_prefix = (pfxrtr_lookup(p_ia_prefix, dr) != NULL); in in6_selectsrc_core()
548 if (ia_best_has_prefix && !ia_has_prefix) { in in6_selectsrc_core()
552 if (!ia_best_has_prefix && ia_has_prefix) { in in6_selectsrc_core()