Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_api.c3558 iperf_size_t bytes_received, total_received = 0; in iperf_print_results() local
3627 total_received += bytes_received; in iperf_print_results()
3864 unit_snprintf(ubuf, UNIT_LEN, (double) total_received, 'A'); in iperf_print_results()
3867 bandwidth = (double) total_received / (double) receiver_time; in iperf_print_results()
3874 …tart_time, (double) receiver_time, (double) receiver_time, (int64_t) total_received, bandwidth * 8… in iperf_print_results()
3906 …double) receiver_time, (double) receiver_time, (int64_t) total_received, (double) total_received *… in iperf_print_results()
3919 unit_snprintf(ubuf, UNIT_LEN, (double) total_received, 'A'); in iperf_print_results()
3922 bandwidth = (double) total_received / (double) receiver_time; in iperf_print_results()