Searched refs:other_ip6 (Results 1 – 1 of 1) sorted by relevance
2537 struct esp_ip6_addr other_ip6; in _mdns_check_aaaa_collision() local2553 if (esp_netif_get_ip6_linklocal(_mdns_get_esp_netif(other_if), &other_ip6)) { in _mdns_check_aaaa_collision()2556 if (memcmp((uint8_t*)&other_ip6.addr, (uint8_t*)ip->addr, _MDNS_SIZEOF_IP6_ADDR)) { in _mdns_check_aaaa_collision()