Searched refs:BIDIRECTIONAL (Results 1 – 5 of 5) sorted by relevance
478 if (test->mode == BIDIRECTIONAL) { in iperf_run_server()618 …l_requested_rate = test->num_streams * test->settings->rate * (test->mode == BIDIRECTIONAL? 2 : 1); in iperf_run_server()656 if (test->mode == BIDIRECTIONAL) { in iperf_run_server()
255 if (test->mode == BIDIRECTIONAL) in iperf_handle_message_client()521 if (test->mode == BIDIRECTIONAL) in iperf_run_client()
246 BIDIRECTIONAL = -1 enumerator
545 ipt->mode = BIDIRECTIONAL; in iperf_set_test_role()686 ipt->mode = BIDIRECTIONAL; in iperf_set_test_bidirectional()2180 else if ( test->mode == BIDIRECTIONAL ) in get_results()3045 if (test->mode == BIDIRECTIONAL) { in iperf_print_intermediate()3076 if (test->mode == BIDIRECTIONAL) { in iperf_print_intermediate()3216 if (test->mode == BIDIRECTIONAL) { in iperf_print_results()3254 if (test->mode == BIDIRECTIONAL) { in iperf_print_results()3261 if (test->mode == BIDIRECTIONAL && stream_must_be_sender) in iperf_print_results()3263 else if (test->mode == BIDIRECTIONAL && !stream_must_be_sender) in iperf_print_results()3651 if (test->mode == BIDIRECTIONAL) in iperf_print_results()[all …]
198 BIDIRECTIONAL = 3 variable