Searched refs:remote_congestion_used (Results 1 – 2 of 2) sorted by relevance
269 char *remote_congestion_used; /* what the other side used */ member
2104 test->remote_congestion_used = strdup(j_remote_congestion_used->valuestring); in get_results()2305 testp->remote_congestion_used = NULL; in iperf_defaults()2461 if (test->remote_congestion_used) in iperf_free_test()2462 free(test->remote_congestion_used); in iperf_free_test()2549 if (test->remote_congestion_used) in iperf_reset_test()2550 free(test->remote_congestion_used); in iperf_reset_test()2551 test->remote_congestion_used = NULL; in iperf_reset_test()3375 rcv_congestion = test->remote_congestion_used; in iperf_print_results()3378 snd_congestion = test->remote_congestion_used; in iperf_print_results()3402 rcv_congestion = test->remote_congestion_used; in iperf_print_results()[all …]