Lines Matching refs:remote_congestion_used
2277 test->remote_congestion_used = strdup(j_remote_congestion_used->valuestring); in get_results()
2486 testp->remote_congestion_used = NULL; in iperf_defaults()
2645 if (test->remote_congestion_used) in iperf_free_test()
2646 free(test->remote_congestion_used); in iperf_free_test()
2749 if (test->remote_congestion_used) in iperf_reset_test()
2750 free(test->remote_congestion_used); in iperf_reset_test()
2751 test->remote_congestion_used = NULL; in iperf_reset_test()
3591 rcv_congestion = test->remote_congestion_used; in iperf_print_results()
3594 snd_congestion = test->remote_congestion_used; in iperf_print_results()
3618 rcv_congestion = test->remote_congestion_used; in iperf_print_results()
3621 snd_congestion = test->remote_congestion_used; in iperf_print_results()