IN6_ARE_SCOPE_CMP 2247 netinet6/in6.c 			dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
IN6_ARE_SCOPE_CMP 2255 netinet6/in6.c 			       ifa_best ? IN6_ARE_SCOPE_CMP(src_scope, best_scope) : -1,
IN6_ARE_SCOPE_CMP 2297 netinet6/in6.c 			if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 &&
IN6_ARE_SCOPE_CMP 2298 netinet6/in6.c 			    IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0)
IN6_ARE_SCOPE_CMP 2300 netinet6/in6.c 			if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 &&
IN6_ARE_SCOPE_CMP 2301 netinet6/in6.c 			    IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0)
IN6_ARE_SCOPE_CMP 2385 netinet6/in6.c 			dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
IN6_ARE_SCOPE_CMP 2386 netinet6/in6.c 			bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope);