Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dip6.c289 u8_t i, cand_pref, cand_bits; in ip6_select_source_address() local
331 cand_pref = ip6_addr_ispreferred(netif_ip6_addr_state(netif, i)); in ip6_select_source_address()
342 ((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()