Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Din6_src.c494 boolean_t ia_has_prefix = FALSE; in in6_selectsrc_core() local
523 ia_has_prefix = (pfxrtr_lookup(p_ia_prefix, dr) != NULL); in in6_selectsrc_core()
544 if (ia_best_has_prefix && !ia_has_prefix) { in in6_selectsrc_core()
548 if (!ia_best_has_prefix && ia_has_prefix) { in in6_selectsrc_core()