Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dip6_addr.h164 #define ip6_addr_nethostcmp(addr1, addr2) (((addr1)->addr[2] == (addr2)->addr[2]) && \ macro
/third_party/lwip/src/core/ipv6/
Dip6.c234 ip6_addr_nethostcmp(dest, netif_ip6_addr(netif, i)))) {
388 if (cand_bits && ip6_addr_nethostcmp(cand_addr, dest)) {