Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dip6.c341 u8_t i, cand_pref, cand_bits; local
387 cand_bits = ip6_addr_netcmp_zoneless(cand_addr, dest); /* just 1 or 0 for now */
388 if (cand_bits && ip6_addr_nethostcmp(cand_addr, dest)) {
395 ((cand_pref == best_pref) && (cand_bits > best_bits))))) { /* Rule 8 */
400 best_bits = cand_bits;