dst_scope 2213 netinet6/in6.c int dst_scope = in6_addrscope(dst), src_scope, best_scope = 0; dst_scope 2247 netinet6/in6.c dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope); dst_scope 2297 netinet6/in6.c if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 && dst_scope 2298 netinet6/in6.c IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0) dst_scope 2300 netinet6/in6.c if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 && dst_scope 2301 netinet6/in6.c IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0) dst_scope 2385 netinet6/in6.c dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope); dst_scope 2440 netinet6/in6.c if (best_scope == dst_scope) dst_scope 2461 netinet6/in6.c int dst_scope = in6_addrscope(dst), blen = -1, tlen; dst_scope 2489 netinet6/in6.c if (dst_scope == in6_addrscope(IFA_IN6(ifa))) {