Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_client_api.c75 if (!sender && test->mode == BIDIRECTIONAL) in iperf_create_streams()
289 if (test->mode == BIDIRECTIONAL) in iperf_handle_message_client()
632 if (test->mode == BIDIRECTIONAL) in iperf_run_client()
H A Diperf_server_api.c572 if (test->mode == BIDIRECTIONAL) { in iperf_run_server()
743 …l_requested_rate = test->num_streams * test->settings->rate * (test->mode == BIDIRECTIONAL? 2 : 1); in iperf_run_server()
785 if (test->mode == BIDIRECTIONAL) { in iperf_run_server()
H A Diperf_api.c593 ipt->mode = BIDIRECTIONAL; in iperf_set_test_role()
746 ipt->mode = BIDIRECTIONAL; in iperf_set_test_bidirectional()
2462 else if ( test->mode == BIDIRECTIONAL ) in get_results()
3341 if (test->mode == BIDIRECTIONAL) { in iperf_print_intermediate()
3374 if (test->mode == BIDIRECTIONAL) { in iperf_print_intermediate()
3414 if (test->mode == BIDIRECTIONAL) { in iperf_print_intermediate()
3532 if (test->mode == BIDIRECTIONAL) { in iperf_print_results()
3570 if (test->mode == BIDIRECTIONAL) { in iperf_print_results()
3818 if (test->mode == BIDIRECTIONAL) { in iperf_print_results()
4000 if (test->mode == BIDIRECTIONAL) in iperf_print_results()
[all …]
H A Diperf.h258 BIDIRECTIONAL = -1 enumerator