Searched refs:best_scope (Results 1 – 1 of 1) sorted by relevance
288 s8_t best_scope = IP6_MULTICAST_SCOPE_RESERVED; in ip6_select_source_address() local340 ((cand_scope < best_scope) && (cand_scope >= dest_scope)) || in ip6_select_source_address()341 ((cand_scope > best_scope) && (best_scope < dest_scope)) || /* Rule 2 */ in ip6_select_source_address()342 ((cand_scope == best_scope) && ((cand_pref > best_pref) || /* Rule 3 */ in ip6_select_source_address()346 best_scope = cand_scope; in ip6_select_source_address()