Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dip6.c341 u8_t i, cand_pref, cand_bits; local
383 cand_pref = ip6_addr_ispreferred(netif_ip6_addr_state(netif, i));
394 ((cand_scope == best_scope) && ((cand_pref > best_pref) || /* Rule 3 */
395 ((cand_pref == best_pref) && (cand_bits > best_bits))))) { /* Rule 8 */
399 best_pref = cand_pref;