Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/ !
H A Din6_src.c336 int new_scope = -1, new_matchlen = -1; in in6_selectsrc_core() local
427 new_scope = in6_addrscope(&ia->ia_addr.sin6_addr); in in6_selectsrc_core()
428 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { in in6_selectsrc_core()
433 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { in in6_selectsrc_core()
434 if (IN6_ARE_SCOPE_CMP(new_scope, dst_scope) < 0) { in in6_selectsrc_core()
652 best_scope = (new_scope >= 0 ? new_scope : in in6_selectsrc_core()
659 s_src, ifp1->if_xname, best_scope, new_scope, dst_scope); in in6_selectsrc_core()