Searched refs:IP2STR (Results 1 – 3 of 3) sorted by relevance
94 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()
55 #define IP2STR(ipaddr) esp_ip4_addr1_16(ipaddr), \ macro
1000 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()