Home
last modified time | relevance | path

Searched refs:IPERF_FLAG_UDP (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/examples/common_components/iperf/include/
Diperf.h31 #define IPERF_FLAG_UDP (1 << 3) macro
/hal_espressif-3.6.0/examples/openthread/ot_cli/main/
Desp_ot_iperf.c59 IPERF_FLAG_SET(cfg.flag, IPERF_FLAG_UDP); in esp_ot_process_iperf()
/hal_espressif-3.6.0/examples/common_components/iperf/
Diperf.c36 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_CLIENT) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_UDP)); in iperf_is_udp_client()
41 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_SERVER) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_UDP)); in iperf_is_udp_server()
/hal_espressif-3.6.0/examples/ethernet/iperf/main/
Dcmd_ethernet.c134 cfg.flag |= IPERF_FLAG_UDP; in eth_cmd_iperf()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dcmd_wifi.c363 cfg.flag |= IPERF_FLAG_UDP; in wifi_cmd_iperf()
/hal_espressif-3.6.0/examples/wifi/iperf/main/
Dcmd_wifi.c366 cfg.flag |= IPERF_FLAG_UDP; in wifi_cmd_iperf()