best_scope       2213 netinet6/in6.c 	int dst_scope =	in6_addrscope(dst), src_scope, best_scope = 0;
best_scope       2255 netinet6/in6.c 			       ifa_best ? IN6_ARE_SCOPE_CMP(src_scope, best_scope) : -1,
best_scope       2297 netinet6/in6.c 			if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 &&
best_scope       2301 netinet6/in6.c 			    IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0)
best_scope       2386 netinet6/in6.c 			bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope);
best_scope       2427 netinet6/in6.c 			best_scope = in6_addrscope(&ifa_best->ia_addr.sin6_addr);
best_scope       2436 netinet6/in6.c 			ip6stat.ip6s_sources_sameif[best_scope]++;
best_scope       2438 netinet6/in6.c 			ip6stat.ip6s_sources_otherif[best_scope]++;
best_scope       2440 netinet6/in6.c 		if (best_scope == dst_scope)
best_scope       2441 netinet6/in6.c 			ip6stat.ip6s_sources_samescope[best_scope]++;
best_scope       2443 netinet6/in6.c 			ip6stat.ip6s_sources_otherscope[best_scope]++;
best_scope       2446 netinet6/in6.c 			ip6stat.ip6s_sources_deprecated[best_scope]++;