Lines Matching refs:cnt_error
2096 cJSON_AddNumberToObject(j_stream, "errors", sp->cnt_error); in send_results()
2221 sp->cnt_error = cerror; in get_results()
2854 sp->omitted_cnt_error = sp->cnt_error; in iperf_reset_stats()
2939 temp.interval_cnt_error = sp->cnt_error; in iperf_stats_callback()
2943 temp.interval_cnt_error = sp->cnt_error - irp->cnt_error; in iperf_stats_callback()
2948 temp.cnt_error = sp->cnt_error; in iperf_stats_callback()
3335 lost_packets += (sp->cnt_error - sp->omitted_cnt_error); in iperf_print_results()
3376 …lost_percent = 100.0 * (sp->cnt_error - sp->omitted_cnt_error) / (sender_packet_count - sp->omitte… in iperf_print_results()
3399 …bytes_sent, bandwidth * 8, (double) sp->jitter * 1000.0, (int64_t) (sp->cnt_error - sp->omitted_cn… in iperf_print_results()
3472 …lost_percent = 100.0 * (sp->cnt_error - sp->omitted_cnt_error) / (receiver_packet_count - sp->omit… in iperf_print_results()
3483 … mbuf, start_time, receiver_time, ubuf, nbuf, sp->jitter * 1000.0, (sp->cnt_error - sp->omitted_cn… in iperf_print_results()