Lines Matching refs:cnt_error
2378 cJSON_AddNumberToObject(j_stream, "errors", sp->cnt_error); in send_results()
2503 sp->cnt_error = cerror; in get_results()
3145 sp->omitted_cnt_error = sp->cnt_error; in iperf_reset_stats()
3235 temp.interval_cnt_error = sp->cnt_error; in iperf_stats_callback()
3239 temp.interval_cnt_error = sp->cnt_error - irp->cnt_error; in iperf_stats_callback()
3244 temp.cnt_error = sp->cnt_error; in iperf_stats_callback()
3651 lost_packets += (sp->cnt_error - sp->omitted_cnt_error); in iperf_print_results()
3692 …lost_percent = 100.0 * (sp->cnt_error - sp->omitted_cnt_error) / (sender_packet_count - sp->omitte… in iperf_print_results()
3715 …bytes_sent, bandwidth * 8, (double) sp->jitter * 1000.0, (int64_t) (sp->cnt_error - sp->omitted_cn… in iperf_print_results()
3788 …lost_percent = 100.0 * (sp->cnt_error - sp->omitted_cnt_error) / (receiver_packet_count - sp->omit… in iperf_print_results()
3799 … mbuf, start_time, receiver_time, ubuf, nbuf, sp->jitter * 1000.0, (sp->cnt_error - sp->omitted_cn… in iperf_print_results()