Searched refs:best_scope (Results 1 – 1 of 1) sorted by relevance
340 s8_t best_scope = IP6_MULTICAST_SCOPE_RESERVED; local392 ((cand_scope < best_scope) && (cand_scope >= dest_scope)) ||393 ((cand_scope > best_scope) && (best_scope < dest_scope)) || /* Rule 2 */394 ((cand_scope == best_scope) && ((cand_pref > best_pref) || /* Rule 3 */398 best_scope = cand_scope;