src_scope        2213 netinet6/in6.c 	int dst_scope =	in6_addrscope(dst), src_scope, best_scope = 0;
src_scope        2244 netinet6/in6.c 			src_scope = in6_addrscope(IFA_IN6(ifa));
src_scope        2247 netinet6/in6.c 			dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
src_scope        2253 netinet6/in6.c 			       ip6_sprintf(IFA_IN6(ifa)), src_scope,
src_scope        2255 netinet6/in6.c 			       ifa_best ? IN6_ARE_SCOPE_CMP(src_scope, best_scope) : -1,
src_scope        2298 netinet6/in6.c 			    IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0)
src_scope        2300 netinet6/in6.c 			if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 &&
src_scope        2385 netinet6/in6.c 			dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
src_scope        2386 netinet6/in6.c 			bscopecmp = IN6_ARE_SCOPE_CMP(src_scope, best_scope);