Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Din6.c3421 struct in6_ifaddr *__single ifa_best = NULL; in in6_ifawithscope() local
3477 if (ifa_best == NULL) { in in6_ifawithscope()
3530 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()
3543 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()
3562 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3570 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3635 ifnet_ref_t bifp = ifa_best->ia_ifp; in in6_ifawithscope()
3686 if (ifa_best) { in in6_ifawithscope()
3687 ifa_remref(&ifa_best->ia_ifa); in in6_ifawithscope()
3689 ifa_best = ifatoia6(ifa); in in6_ifawithscope()
[all …]