ifa_best         2217 netinet6/in6.c 	struct in6_ifaddr *ifa_best = NULL;
ifa_best         2252 netinet6/in6.c 			       ifa_best ? ip6_sprintf(&ifa_best->ia_addr.sin6_addr) : "none",
ifa_best         2255 netinet6/in6.c 			       ifa_best ? IN6_ARE_SCOPE_CMP(src_scope, best_scope) : -1,
ifa_best         2281 netinet6/in6.c 			if (ifa_best == NULL)
ifa_best         2323 netinet6/in6.c 				if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED)
ifa_best         2333 netinet6/in6.c 			if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) &&
ifa_best         2424 netinet6/in6.c 			ifa_best = (struct in6_ifaddr *)ifa;
ifa_best         2427 netinet6/in6.c 			best_scope = in6_addrscope(&ifa_best->ia_addr.sin6_addr);
ifa_best         2432 netinet6/in6.c 	if (ifa_best == NULL)
ifa_best         2435 netinet6/in6.c 		if (oifp == ifa_best->ia_ifp)
ifa_best         2445 netinet6/in6.c 		if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) != 0)
ifa_best         2449 netinet6/in6.c 	return (ifa_best);