Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Din6_src.c338 int new_scope = -1, new_matchlen = -1; in in6_selectsrc_core() local
423 new_scope = in6_addrscope(&ia->ia_addr.sin6_addr); in in6_selectsrc_core()
424 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc_core()
429 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc_core()
430 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) { in in6_selectsrc_core()
648 best_scope = (new_scope >= 0 ? new_scope : in in6_selectsrc_core()
655 s_src, ifp1->if_xname, best_scope, new_scope, dst_scope); in in6_selectsrc_core()