Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_udp.c127 fprintf(stderr, "pcount %" PRIu64 " packet_count %d\n", pcount, sp->packet_count); in iperf_udp_recv()
142 if (pcount >= sp->packet_count + 1) { in iperf_udp_recv()
145 if (pcount > sp->packet_count + 1) { in iperf_udp_recv()
147 sp->cnt_error += (pcount - 1) - sp->packet_count; in iperf_udp_recv()
150 sp->packet_count = pcount; in iperf_udp_recv()
170 …uence %" PRIu64 " but expected sequence %d on stream %d", pcount, sp->packet_count + 1, sp->socket… in iperf_udp_recv()
221 ++sp->packet_count; in iperf_udp_send()
230 pcount = htobe64(sp->packet_count); in iperf_udp_send()
243 pcount = htonl(sp->packet_count); in iperf_udp_send()
H A Diperf.h91 int packet_count; member
205 int packet_count; member
H A Diperf_api.c2379 cJSON_AddNumberToObject(j_stream, "packets", sp->packet_count); in send_results()
3144 sp->omitted_packet_count = sp->packet_count; in iperf_reset_stats()
3233 temp.interval_packet_count = sp->packet_count; in iperf_stats_callback()
3237 temp.interval_packet_count = sp->packet_count - irp->packet_count; in iperf_stats_callback()
3241 temp.packet_count = sp->packet_count; in iperf_stats_callback()
3630 sender_packet_count = sp->packet_count; in iperf_print_results()
3635 receiver_packet_count = sp->packet_count; in iperf_print_results()
3647 … int packet_count = sender_packet_count ? sender_packet_count : receiver_packet_count; in iperf_print_results() local
3648 total_packets += (packet_count - sp->omitted_packet_count); in iperf_print_results()
3714 … int packet_count = sender_packet_count ? sender_packet_count : receiver_packet_count; in iperf_print_results() local
[all …]