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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c208 struct in6_ifaddr *ia = NULL, *ia_best = NULL; local
364 if (ia_best == NULL)
385 if (!IFA6_IS_DEPRECATED(ia_best) && IFA6_IS_DEPRECATED(ia))
387 if (IFA6_IS_DEPRECATED(ia_best) && !IFA6_IS_DEPRECATED(ia))
394 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) == 0 &&
397 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) != 0 &&
408 if (ia_best->ia_ifp == ifp && ia->ia_ifp != ifp)
410 if (ia_best->ia_ifp != ifp && ia->ia_ifp == ifp)
438 in6_matchlen(&ia_best->ia_addr.sin6_addr, &dst) >=
439 in6_mask2len(&ia_best
[all...]

Completed in 19 milliseconds