Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet6/
Din6.c2282 struct in6_ifaddr *ifa_best = NULL; local
2319 ifa_best ? ip6_sprintf(&ifa_best->ia_addr.sin6_addr) : "none",
2322 ifa_best ? IN6_ARE_SCOPE_CMP(src_scope, best_scope) : -1,
2348 if (ifa_best == NULL)
2390 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED)
2400 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) &&
2491 ifa_best = (struct in6_ifaddr *)ifa;
2494 best_scope = in6_addrscope(&ifa_best->ia_addr.sin6_addr);
2499 if (ifa_best == NULL)
2502 if (oifp == ifa_best->ia_ifp)
[all …]