Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/mdns/
Dmdns.c2234 esp_netif_ip_info_t other_ip_info; in _mdns_check_a_collision() local
2251 if (esp_netif_get_ip_info(_mdns_get_esp_netif(other_if), &other_ip_info)) { in _mdns_check_a_collision()
2254 if (ip->addr != other_ip_info.ip.addr) { in _mdns_check_a_collision()