Home
last modified time | relevance | path

Searched refs:zperf_tcp_download (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.1.0/include/zephyr/net/
Dzperf.h164 int zperf_tcp_download(const struct zperf_download_params *param,
/Zephyr-4.1.0/subsys/net/lib/zperf/
Dzperf_tcp_receiver.c393 int zperf_tcp_download(const struct zperf_download_params *param, in zperf_tcp_download() function
Dzperf_shell.c1376 ret = zperf_tcp_download(&param, tcp_session_cb, (void *)sh); in cmd_tcp_download()