Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6_src.c339 int new_scope = -1, new_matchlen = -1; in in6_selectsrc_core() local
430 new_scope = in6_addrscope(&ia->ia_addr.sin6_addr); in in6_selectsrc_core()
431 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc_core()
436 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc_core()
437 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) { in in6_selectsrc_core()
655 best_scope = (new_scope >= 0 ? new_scope : in in6_selectsrc_core()
662 s_src, ifp1->if_xname, best_scope, new_scope, dst_scope); in in6_selectsrc_core()