Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_netif/
Desp_netif_handlers.c94 IP2STR(&event->ip_info.ip), in esp_netif_action_got_ip()
95 IP2STR(&event->ip_info.netmask), in esp_netif_action_got_ip()
96 IP2STR(&event->ip_info.gw)); in esp_netif_action_got_ip()
/hal_espressif-latest/components/esp_netif/include/
Desp_netif_ip_addr.h55 #define IP2STR(ipaddr) esp_ip4_addr1_16(ipaddr), \ macro
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c1000 ESP_LOGI(TAG, "DHCP server assigned IP to a client, IP is: " IPSTR, IP2STR(&evt.ip)); in esp_netif_dhcps_cb()
1075 …I(TAG, "DHCP server started on interface %s with IP: " IPSTR, esp_netif->if_key, IP2STR(&lwip_ip)); in esp_netif_start_api()