Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6_src.c283 struct in6_ifaddr *__single ia = NULL, *__single ia_best = NULL; in in6_selectsrc_core() local
422 if (ia_best == NULL) { in in6_selectsrc_core()
447 if (!IFA6_IS_DEPRECATED(ia_best, secs) && in in6_selectsrc_core()
451 if (IFA6_IS_DEPRECATED(ia_best, secs) && in in6_selectsrc_core()
460 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) == 0 && in in6_selectsrc_core()
464 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) != 0 && in in6_selectsrc_core()
483 if (ia_best->ia_ifp == ifp && ia->ia_ifp != ifp) { in in6_selectsrc_core()
486 if (ia_best->ia_ifp != ifp && ia->ia_ifp == ifp) { in in6_selectsrc_core()
499 if (dr != NULL && ia_best->ia6_ndpr != ia->ia6_ndpr) { in in6_selectsrc_core()
507 if (ia_best->ia6_ndpr) { in in6_selectsrc_core()
[all …]