Searched refs:remote_congestion_used (Results 1 – 2 of 2) sorted by relevance
274 char *remote_congestion_used; /* what the other side used */ member
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()[all …]