Home
last modified time | relevance | path

Searched refs:udp_session_cb (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_receiver.c41 static zperf_callback udp_session_cb; variable
145 if (udp_session_cb != NULL) { in udp_received()
146 udp_session_cb(ZPERF_SESSION_STARTED, NULL, in udp_received()
188 if (udp_session_cb != NULL) { in udp_received()
189 udp_session_cb(ZPERF_SESSION_FINISHED, &results, in udp_received()
310 udp_session_cb = NULL; in udp_receiver_cleanup()
360 if (udp_session_cb != NULL) { in udp_recv_data()
361 udp_session_cb(ZPERF_SESSION_ERROR, NULL, udp_user_data); in udp_recv_data()
525 udp_session_cb = callback; in zperf_udp_download()
Dzperf_shell.c314 static void udp_session_cb(enum zperf_status status, in udp_session_cb() function
456 ret = zperf_udp_download(&param, udp_session_cb, (void *)sh); in cmd_udp_download()