in6_src.c | 186 int dst_scope = -1, best_scope = -1, best_matchlen = -1; local in function:in6_select_best_ia 246 if (IN6_ARE_SCOPE_CMP(best_scope, new_scope) < 0) { 247 if (IN6_ARE_SCOPE_CMP(best_scope, dst_scope) < 0) 250 } else if (IN6_ARE_SCOPE_CMP(new_scope, best_scope) < 0) { 443 best_scope = (new_scope >= 0 ? new_scope :
|