Searched refs:ia_best (Results 1 – 1 of 1) sorted by relevance
185 struct in6_ifaddr *ia = NULL, *ia_best = NULL; in in6_selectsrc() local347 ia_best = ia; in in6_selectsrc()351 if (ia_best == NULL) in in6_selectsrc()385 if (ia_best->ia_ifp == ifp && ia->ia_ifp != ifp) in in6_selectsrc()421 if (!(ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc()428 if ((ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc()440 if ((ia_best->ia_ifp->if_flags & IFF_UP) && in in6_selectsrc()443 if (!(ia_best->ia_ifp->if_flags & IFF_UP) && in in6_selectsrc()488 ia_best = ia; in in6_selectsrc()494 in6_matchlen(&ia_best->ia_addr.sin6_addr, in in6_selectsrc()[all …]