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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c2254 struct in6_ifaddr *ifa_best = NULL; local
2308 if (ifa_best == NULL)
2312 * ifa_best is never NULL beyond this line except
2317 * If ifa_best has a smaller scope than dst and
2319 * (or equal to) dst, always replace ifa_best.
2321 * than dst, ignore it unless ifa_best also has a
2357 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED)
2368 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) &&
2386 if ((ifa_best->ia6_flags &
2394 if ((ifa_best
[all...]

Completed in 20 milliseconds