Searched refs:cnt_error (Results 1 – 3 of 3) sorted by relevance
147 sp->cnt_error += (pcount - 1) - sp->packet_count; in iperf_udp_recv()165 if (sp->cnt_error > 0) in iperf_udp_recv()166 sp->cnt_error--; in iperf_udp_recv()
94 int cnt_error; member212 int cnt_error; member
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()[all …]