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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c325 int new_scope = -1, new_matchlen = -1; local
370 new_scope = in6_addrscope(&ia->ia_addr.sin6_addr);
371 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) {
375 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) {
376 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0)
499 best_scope = (new_scope >= 0 ? new_scope :

Completed in 70 milliseconds