Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Din6_src.c328 int new_scope = -1, new_matchlen = -1; in in6_selectsrc_core() local
413 new_scope = in6_addrscope(&ia->ia_addr.sin6_addr); in in6_selectsrc_core()
414 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc_core()
419 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc_core()
420 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) { in in6_selectsrc_core()
569 best_scope = (new_scope >= 0 ? new_scope : in in6_selectsrc_core()
576 s_src, ifp1->if_xname, best_scope, new_scope, dst_scope); in in6_selectsrc_core()