Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6.c3417 struct in6_ifaddr *__single ifa_best = NULL; in in6_ifawithscope() local
3473 if (ifa_best == NULL) { in in6_ifawithscope()
3526 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()
3539 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()
3558 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3566 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3631 ifnet_ref_t bifp = ifa_best->ia_ifp; in in6_ifawithscope()
3682 if (ifa_best) { in in6_ifawithscope()
3683 ifa_remref(&ifa_best->ia_ifa); in in6_ifawithscope()
3685 ifa_best = ifatoia6(ifa); in in6_ifawithscope()
[all …]