Home
last modified time | relevance | path

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

12

/hal_espressif-3.5.0/examples/wifi/wifi_eap_fast/main/
Dwifi_eap_fast_main.c135 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/
Denc28j60_example_main.c62 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/
Dpppos_client_main.c194 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/
Dwifi_enterprise_main.c175 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/
Desp_netif_handlers.c102 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/
Dsimple_client.cpp99 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/
Devent_send_compat.inc218 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/
Dpppos_client_main.c72 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/
Dmdns_example_main.c117 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/
Dethernet_example_main.c80 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/
Dcmd_ethernet.c55 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/
Dmdns.rst101 printf(IPSTR, IP2STR(&addr));
133 printf(" A : " IPSTR "\n", IP2STR(&(a->addr.u_addr.ip4)));
/hal_espressif-3.5.0/components/esp_eth/test/
Dtest_emac.c73 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/
Dmain.c26 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/
Dapp_main.c44 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/
Dapp_main.c44 ESP_LOGI(TAG, "got ip: " IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
/hal_espressif-3.5.0/examples/wifi/fast_scan/main/
Dfast_scan.c80 ESP_LOGI(TAG, "got ip:" IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
/hal_espressif-3.5.0/examples/wifi/power_save/main/
Dpower_save.c51 ESP_LOGI(TAG, "got ip: " IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()
/hal_espressif-3.5.0/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c86 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/
Dstation_example_main.c60 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/
Dapp_main.c62 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/
Dmesh_main.c151 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/
Dmdns.rst101 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/
Dtcpip_adapter_migration.rst60 ESP_LOGI(TAG, "got ip:" IPSTR "\n", IP2STR(&event->ip_info.ip));
/hal_espressif-3.5.0/examples/provisioning/legacy/softap_prov/main/
Dapp_main.c48 ESP_LOGI(TAG, "got ip:" IPSTR, IP2STR(&event->ip_info.ip)); in event_handler()

12