Searched refs:bytes_received (Results 1 – 6 of 6) sorted by relevance
117 iperf_size_t bytes_received; member359 iperf_size_t bytes_received; member
1906 test->bytes_received += r; in iperf_recv()2505 sp->result->bytes_received = bytes_transferred; in get_results()3059 test->bytes_received = 0; in iperf_reset_test()3150 rp->bytes_received = 0; in iperf_reset_stats()3558 iperf_size_t bytes_received, total_received = 0; in iperf_print_results() local3625 bytes_received = sp->result->bytes_received; in iperf_print_results()3627 total_received += bytes_received; in iperf_print_results()3743 … percent_received = (int) ( ( (double) bytes_received / (double) sb.st_size ) * 100.0 ); in iperf_print_results()3753 unit_snprintf(ubuf, UNIT_LEN, (double) bytes_received, 'A'); in iperf_print_results()3759 unit_snprintf(ubuf, UNIT_LEN, (double) bytes_received, 'A'); in iperf_print_results()[all …]
96 if (sp->result->bytes_received == 0) { in iperf_udp_recv()100 sp->result->bytes_received += r; in iperf_udp_recv()
67 sp->result->bytes_received += r; in iperf_tcp_recv()
664 test->bytes_received >= test->settings->bytes)) || in iperf_run_client()
69 sp->result->bytes_received += r; in iperf_sctp_recv()