Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet6/ !
H A Din6.c3423 struct in6_ifaddr *__single ifa_best = NULL; in in6_ifawithscope() local
3479 if (ifa_best == NULL) { in in6_ifawithscope()
3532 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()
3545 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()
3564 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3572 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3637 ifnet_ref_t bifp = ifa_best->ia_ifp; in in6_ifawithscope()
3688 if (ifa_best) { in in6_ifawithscope()
3689 ifa_remref(&ifa_best->ia_ifa); in in6_ifawithscope()
3691 ifa_best = ifatoia6(ifa); in in6_ifawithscope()
[all …]