/hal_espressif-3.5.0/examples/wifi/wifi_eap_fast/main/ |
D | wifi_eap_fast_main.c | 135 ESP_LOGI(TAG, "IP:"IPSTR, IP2STR(&ip.ip)); in wpa2_enterprise_example_task() 136 ESP_LOGI(TAG, "MASK:"IPSTR, IP2STR(&ip.netmask)); in wpa2_enterprise_example_task() 137 ESP_LOGI(TAG, "GW:"IPSTR, IP2STR(&ip.gw)); in wpa2_enterprise_example_task()
|
/hal_espressif-3.5.0/examples/ethernet/enc28j60/main/ |
D | enc28j60_example_main.c | 62 ESP_LOGI(TAG, "ETHIP:" IPSTR, IP2STR(&ip_info->ip)); in got_ip_event_handler() 63 ESP_LOGI(TAG, "ETHMASK:" IPSTR, IP2STR(&ip_info->netmask)); in got_ip_event_handler() 64 ESP_LOGI(TAG, "ETHGW:" IPSTR, IP2STR(&ip_info->gw)); in got_ip_event_handler()
|
/hal_espressif-3.5.0/examples/protocols/pppos_client/main/ |
D | pppos_client_main.c | 194 ESP_LOGI(TAG, "IP : " IPSTR, IP2STR(&event->ip_info.ip)); in on_ip_event() 195 ESP_LOGI(TAG, "Netmask : " IPSTR, IP2STR(&event->ip_info.netmask)); in on_ip_event() 196 ESP_LOGI(TAG, "Gateway : " IPSTR, IP2STR(&event->ip_info.gw)); in on_ip_event() 198 ESP_LOGI(TAG, "Name Server1: " IPSTR, IP2STR(&dns_info.ip.u_addr.ip4)); in on_ip_event() 200 ESP_LOGI(TAG, "Name Server2: " IPSTR, IP2STR(&dns_info.ip.u_addr.ip4)); in on_ip_event()
|
/hal_espressif-3.5.0/examples/wifi/wifi_enterprise/main/ |
D | wifi_enterprise_main.c | 175 ESP_LOGI(TAG, "IP:"IPSTR, IP2STR(&ip.ip)); in wpa2_enterprise_example_task() 176 ESP_LOGI(TAG, "MASK:"IPSTR, IP2STR(&ip.netmask)); in wpa2_enterprise_example_task() 177 ESP_LOGI(TAG, "GW:"IPSTR, IP2STR(&ip.gw)); in wpa2_enterprise_example_task()
|
/hal_espressif-3.5.0/components/esp_netif/ |
D | esp_netif_handlers.c | 102 IP2STR(&event->ip_info.ip), in esp_netif_action_got_ip() 103 IP2STR(&event->ip_info.netmask), in esp_netif_action_got_ip() 104 IP2STR(&event->ip_info.gw)); in esp_netif_action_got_ip()
|
/hal_espressif-3.5.0/examples/cxx/experimental/esp_modem_cxx/main/ |
D | simple_client.cpp | 99 ESP_LOGI(TAG, "IP : " IPSTR, IP2STR(&event->ip_info.ip)); in app_main() 100 ESP_LOGI(TAG, "Netmask : " IPSTR, IP2STR(&event->ip_info.netmask)); in app_main() 101 ESP_LOGI(TAG, "Gateway : " IPSTR, IP2STR(&event->ip_info.gw)); in app_main()
|
/hal_espressif-3.5.0/components/esp_event/ |
D | event_send_compat.inc | 218 IP2STR(&got_ip->ip_info.ip), 219 IP2STR(&got_ip->ip_info.netmask), 220 IP2STR(&got_ip->ip_info.gw)); 303 IP2STR(&got_ip->ip_info.ip), 304 IP2STR(&got_ip->ip_info.netmask), 305 IP2STR(&got_ip->ip_info.gw));
|
/hal_espressif-3.5.0/tools/test_apps/protocols/pppos/main/ |
D | pppos_client_main.c | 72 ESP_LOGI(TAG, "IP : " IPSTR, IP2STR(&event->ip_info.ip)); in on_ip_event() 73 ESP_LOGI(TAG, "Netmask : " IPSTR, IP2STR(&event->ip_info.netmask)); in on_ip_event() 74 ESP_LOGI(TAG, "Gateway : " IPSTR, IP2STR(&event->ip_info.gw)); in on_ip_event()
|
/hal_espressif-3.5.0/examples/protocols/mdns/main/ |
D | mdns_example_main.c | 117 printf(" A : " IPSTR "\n", IP2STR(&(a->addr.u_addr.ip4))); in mdns_print_results() 162 printf(" A : " IPSTR "\n", IP2STR(&(a->addr.u_addr.ip4))); in check_and_print_result() 209 ESP_LOGI(TAG, "Query A: %s.local resolved to: " IPSTR, host_name, IP2STR(&addr)); in query_mdns_host()
|
/hal_espressif-3.5.0/examples/ethernet/basic/main/ |
D | ethernet_example_main.c | 80 ESP_LOGI(TAG, "ETHIP:" IPSTR, IP2STR(&ip_info->ip)); in got_ip_event_handler() 81 ESP_LOGI(TAG, "ETHMASK:" IPSTR, IP2STR(&ip_info->netmask)); in got_ip_event_handler() 82 ESP_LOGI(TAG, "ETHGW:" IPSTR, IP2STR(&ip_info->gw)); in got_ip_event_handler()
|
/hal_espressif-3.5.0/examples/ethernet/iperf/main/ |
D | cmd_ethernet.c | 55 printf("ETHIP: " IPSTR "\r\n", IP2STR(&ip.ip)); in eth_cmd_control() 56 printf("ETHMASK: " IPSTR "\r\n", IP2STR(&ip.netmask)); in eth_cmd_control() 57 printf("ETHGW: " IPSTR "\r\n", IP2STR(&ip.gw)); in eth_cmd_control()
|
/hal_espressif-3.5.0/docs/zh_CN/api-reference/protocols/ |
D | mdns.rst | 101 printf(IPSTR, IP2STR(&addr)); 133 printf(" A : " IPSTR "\n", IP2STR(&(a->addr.u_addr.ip4)));
|
/hal_espressif-3.5.0/components/esp_eth/test/ |
D | test_emac.c | 73 ESP_LOGI(TAG, "ETHIP:" IPSTR, IP2STR(&ip_info->ip)); in got_ip_event_handler() 74 ESP_LOGI(TAG, "ETHMASK:" IPSTR, IP2STR(&ip_info->netmask)); in got_ip_event_handler() 75 ESP_LOGI(TAG, "ETHGW:" IPSTR, IP2STR(&ip_info->gw)); in got_ip_event_handler()
|
/hal_espressif-3.5.0/components/mdns/host_test/main/ |
D | main.c | 26 ESP_LOGI(TAG, "Query A: %s.local resolved to: " IPSTR, host_name, IP2STR(&addr)); in query_mdns_host()
|
/hal_espressif-3.5.0/examples/provisioning/legacy/console_prov/main/ |
D | app_main.c | 44 ESP_LOGI(TAG, "got ip:" IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
|
/hal_espressif-3.5.0/examples/provisioning/legacy/custom_config/main/ |
D | app_main.c | 44 ESP_LOGI(TAG, "got ip: " IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
|
/hal_espressif-3.5.0/examples/wifi/fast_scan/main/ |
D | fast_scan.c | 80 ESP_LOGI(TAG, "got ip:" IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
|
/hal_espressif-3.5.0/examples/wifi/power_save/main/ |
D | power_save.c | 51 ESP_LOGI(TAG, "got ip: " IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
|
/hal_espressif-3.5.0/components/esp_netif/lwip/ |
D | esp_netif_lwip_ppp.c | 86 ESP_LOGI(TAG, "Name Server1: " IPSTR, IP2STR(&ns1)); in on_ppp_status_changed() 87 ESP_LOGI(TAG, "Name Server2: " IPSTR, IP2STR(&ns2)); in on_ppp_status_changed()
|
/hal_espressif-3.5.0/examples/wifi/getting_started/station/main/ |
D | station_example_main.c | 60 ESP_LOGI(TAG, "got ip:" IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
|
/hal_espressif-3.5.0/examples/protocols/esp_local_ctrl/main/ |
D | app_main.c | 62 ESP_LOGI(TAG, "got ip:" IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
|
/hal_espressif-3.5.0/examples/mesh/ip_internal_network/main/ |
D | mesh_main.c | 151 asprintf(&print, "layer:%d IP:" IPSTR, esp_mesh_get_layer(), IP2STR(&s_current_ip)); in esp_mesh_mqtt_task() 372 ESP_LOGI(MESH_TAG, "<IP_EVENT_STA_GOT_IP>IP:" IPSTR, IP2STR(&event->ip_info.ip)); in ip_event_handler()
|
/hal_espressif-3.5.0/docs/en/api-reference/protocols/ |
D | mdns.rst | 101 printf(IPSTR, IP2STR(&addr)); 133 printf(" A : " IPSTR "\n", IP2STR(&(a->addr.u_addr.ip4)));
|
/hal_espressif-3.5.0/docs/zh_CN/api-reference/network/ |
D | tcpip_adapter_migration.rst | 60 ESP_LOGI(TAG, "got ip:" IPSTR "\n", IP2STR(&event->ip_info.ip));
|
/hal_espressif-3.5.0/examples/provisioning/legacy/softap_prov/main/ |
D | app_main.c | 48 ESP_LOGI(TAG, "got ip:" IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
|