Home
last modified time | relevance | path

Searched refs:json_output (Results 1 – 9 of 9) sorted by relevance

/iperf/src/
H A Diperf_api.c314 return ipt->json_output; in iperf_get_test_json_output()
640 ipt->json_output = json_output; in iperf_set_test_json_output()
841 if (test->json_output) { in iperf_on_test_start()
888 if (test->json_output) in iperf_on_connect()
894 if (test->json_output) in iperf_on_connect()
914 if (test->json_output) in iperf_on_connect()
919 if (test->json_output) { in iperf_on_connect()
4113 if (test->json_output) in print_interval_results()
4121 if (test->json_output) in print_interval_results()
4129 if (test->json_output) in print_interval_results()
[all …]
H A Diperf_client_api.c218 if (test->verbose && !test->json_output && test->reporter_interval == 0) in client_omit_timer_proc()
540 if (test->json_output) in iperf_run_client()
544 if (test->json_output) { in iperf_run_client()
694 if (test->json_output) { in iperf_run_client()
708 if (test->json_output) { in iperf_run_client()
H A Diperf_server_api.c89 if (!test->json_output) { in iperf_server_listen()
344 if (test->verbose && !test->json_output && test->reporter_interval == 0) in server_omit_timer_proc()
456 if (test->json_output) in iperf_run_server()
460 if (test->json_output) { in iperf_run_server()
820 if (test->json_output) { in iperf_run_server()
H A Diperf_error.c60 if (test != NULL && test->json_output && test->json_top != NULL) in iperf_err()
99 if (test != NULL && test->json_output && test->json_top != NULL) { in iperf_errexit()
H A Dmain.c157 if (test->json_output) { in run()
H A Diperf_tcp.c352 if (test->json_output) { in iperf_tcp_listen()
473 if (test->json_output) { in iperf_tcp_connect()
H A Diperf.h321 int json_output; /* -J option - JSON output */ member
H A Diperf_api.h183 void iperf_set_test_json_output( struct iperf_test* ipt, int json_output );
H A Diperf_udp.c350 if (test->json_output) { in iperf_udp_buffercheck()