Home
last modified time | relevance | path

Searched refs:remote_congestion_used (Results 1 – 2 of 2) sorted by relevance

/iperf/src/
H A Diperf_api.c2559 test->remote_congestion_used = strdup(j_remote_congestion_used->valuestring); in get_results()
2769 testp->remote_congestion_used = NULL; in iperf_defaults()
2934 if (test->remote_congestion_used) in iperf_free_test()
2935 free(test->remote_congestion_used); in iperf_free_test()
3038 if (test->remote_congestion_used) in iperf_reset_test()
3039 free(test->remote_congestion_used); in iperf_reset_test()
3040 test->remote_congestion_used = NULL; in iperf_reset_test()
3940 rcv_congestion = test->remote_congestion_used; in iperf_print_results()
3943 snd_congestion = test->remote_congestion_used; in iperf_print_results()
3967 rcv_congestion = test->remote_congestion_used; in iperf_print_results()
[all …]
H A Diperf.h296 char *remote_congestion_used; /* what the other side used */ member