Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Din6.c3378 struct in6_ifaddr *ifa_best = NULL; in in6_ifawithscope() local
3434 if (ifa_best == NULL) { in in6_ifawithscope()
3487 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()
3500 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()
3519 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3527 if ((ifa_best->ia6_flags & in in6_ifawithscope()
3592 struct ifnet *bifp = ifa_best->ia_ifp; in in6_ifawithscope()
3643 if (ifa_best) { in in6_ifawithscope()
3644 IFA_REMREF(&ifa_best->ia_ifa); in in6_ifawithscope()
3646 ifa_best = (struct in6_ifaddr *)ifa; in in6_ifawithscope()
[all …]