Searched refs:dst_scope (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c210 int dst_scope = -1, best_scope = -1, best_matchlen = -1; local
368 if (dst_scope < 0)
369 dst_scope = in6_addrscope(&dst);
372 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0)
376 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0)
H A Din6.c2938 int dst_scope = in6_addrscope(dst), src_scope, best_scope = 0; local
3021 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0 &&
3022 IN6_ARE_SCOPE_CMP(src_scope, dst_scope) >= 0)
3024 if (IN6_ARE_SCOPE_CMP(src_scope, dst_scope) < 0 &&
3025 IN6_ARE_SCOPE_CMP(best_scope, dst_scope) >= 0) {
3149 dscopecmp = IN6_ARE_SCOPE_CMP(src_scope, dst_scope);
3218 if (best_scope == dst_scope)
3240 int dst_scope = in6_addrscope(dst), blen = -1, tlen; local
3286 if (dst_scope == in6_addrscope(IFA_IN6(ifa))) {

Completed in 32 milliseconds