Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_server_api.c478 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()
Diperf_client_api.c255 if (test->mode == BIDIRECTIONAL) in iperf_handle_message_client()
521 if (test->mode == BIDIRECTIONAL) in iperf_run_client()
Diperf.h246 BIDIRECTIONAL = -1 enumerator
Diperf_api.c545 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 …]
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py198 BIDIRECTIONAL = 3 variable