Searched refs:best_pref (Results 1 – 1 of 1) sorted by relevance
290 u8_t best_pref = 0; in ip6_select_source_address() local342 ((cand_scope == best_scope) && ((cand_pref > best_pref) || /* Rule 3 */ in ip6_select_source_address()343 ((cand_pref == best_pref) && (cand_bits > best_bits))))) { /* Rule 8 */ in ip6_select_source_address()347 best_pref = cand_pref; in ip6_select_source_address()