Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_api.c3366 int total_packets = 0, lost_packets = 0; in iperf_print_intermediate() local
3397 total_packets += irp->interval_packet_count; in iperf_print_intermediate()
3453 …le) irp->interval_duration, (int64_t) bytes, bandwidth * 8, (int64_t) total_packets, test->omittin… in iperf_print_intermediate()
3455 …m_bw_udp_sender_format, mbuf, start_time, end_time, ubuf, nbuf, zbuf, total_packets, test->omittin… in iperf_print_intermediate()
3458 if (total_packets > 0) { in iperf_print_intermediate()
3459 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_intermediate()
3467 … start_time, end_time, ubuf, nbuf, avg_jitter * 1000.0, lost_packets, total_packets, lost_percent,… in iperf_print_intermediate()
3549 int total_packets = 0, lost_packets = 0; in iperf_print_results() local
3648 total_packets += (packet_count - sp->omitted_packet_count); in iperf_print_results()
3887 if (total_packets > 0) { in iperf_print_results()
[all …]