Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dip6.c338 const ip6_addr_t *cand_addr; local
370 cand_addr = netif_ip6_addr(netif, i);
371 if (ip6_addr_isglobal(cand_addr)) {
373 } else if (ip6_addr_islinklocal(cand_addr)) {
375 } else if (ip6_addr_isuniquelocal(cand_addr)) {
377 } else if (ip6_addr_issitelocal(cand_addr)) {
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)) {