Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/ipv6/
A Dip6.c289 u8_t i, cand_pref, cand_bits; in ip6_select_source_address() local
335 cand_bits = ip6_addr_net_zoneless_eq(cand_addr, dest); /* just 1 or 0 for now */ in ip6_select_source_address()
336 if (cand_bits && ip6_addr_nethost_eq(cand_addr, dest)) { in ip6_select_source_address()
343 ((cand_pref == best_pref) && (cand_bits > best_bits))))) { /* Rule 8 */ in ip6_select_source_address()
348 best_bits = cand_bits; in ip6_select_source_address()

Completed in 10 milliseconds