Searched refs:ESP_PING_PROF_DURATION (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.4.0/components/lwip/include/apps/ping/ |
D | ping_sock.h | 108 ESP_PING_PROF_DURATION /*!< Elapsed time of the whole ping session */ enumerator
|
/hal_espressif-3.4.0/components/lwip/test/ |
D | test_lwip_apps.c | 48 esp_ping_get_profile(hdl, ESP_PING_PROF_DURATION, &total_time_ms, sizeof(total_time_ms)); in test_on_ping_end()
|
/hal_espressif-3.4.0/examples/protocols/icmp_echo/main/ |
D | echo_example_main.c | 56 esp_ping_get_profile(hdl, ESP_PING_PROF_DURATION, &total_time_ms, sizeof(total_time_ms)); in cmd_ping_on_ping_end()
|
/hal_espressif-3.4.0/docs/en/api-reference/protocols/ |
D | icmp_echo.rst | 61 esp_ping_get_profile(hdl, ESP_PING_PROF_DURATION, &total_time_ms, sizeof(total_time_ms));
|
/hal_espressif-3.4.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/ |
D | main.c | 194 esp_ping_get_profile(hdl, ESP_PING_PROF_DURATION, &total_time_ms, sizeof(total_time_ms)); in cmd_ping_on_ping_end()
|
/hal_espressif-3.4.0/components/lwip/apps/ping/ |
D | ping_sock.c | 398 case ESP_PING_PROF_DURATION: in esp_ping_get_profile()
|