Searched refs:IPSTR (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/esp_netif/ |
| D | esp_netif_handlers.c | 93 ESP_LOGI(TAG, "%s ip: " IPSTR ", mask: " IPSTR ", gw: " IPSTR, esp_netif_get_desc(esp_netif), in esp_netif_action_got_ip()
|
| /hal_espressif-latest/components/esp_netif/include/ |
| D | esp_netif_ip_addr.h | 42 #define IPSTR "%d.%d.%d.%d" macro
|
| /hal_espressif-latest/components/esp_netif/lwip/ |
| D | esp_netif_lwip.c | 1000 ESP_LOGI(TAG, "DHCP server assigned IP to a client, IP is: " IPSTR, IP2STR(&evt.ip)); in esp_netif_dhcps_cb() 1075 …ESP_LOGI(TAG, "DHCP server started on interface %s with IP: " IPSTR, esp_netif->if_key, IP2STR(&lw… in esp_netif_start_api()
|