Home
last modified time | relevance | path

Searched refs:SLIST_FOREACH (Results 1 – 4 of 4) sorted by relevance

/iperf/src/
H A Diperf_client_api.c489 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_client_end()
625 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_run_client()
670 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_run_client()
H A Diperf_api.c1856 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_send()
1882 SLIST_FOREACH(sp, &test->streams, streams) in iperf_send()
1887 SLIST_FOREACH(sp, &test->streams, streams) in iperf_send()
1900 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_recv()
1931 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_init_test()
1964 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_create_send_timers()
2365 SLIST_FOREACH(sp, &test->streams, streams) { in send_results()
2495 SLIST_FOREACH(sp, &test->streams, streams) in get_results()
3143 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_reset_stats()
3179 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_stats_callback()
[all …]
H A Diperf_server_api.c207 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_handle_message_server()
237 SLIST_FOREACH(sp, &test->streams, streams) { in iperf_handle_message_server()
386 SLIST_FOREACH(sp, &test->streams, streams) { in cleanup_server()
H A Dqueue.h115 #define SLIST_FOREACH(var, head, field) \ macro