Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_udp.c72 uint64_t pcount; in iperf_udp_recv() local
107 memcpy(&pcount, sp->buffer+8, sizeof(pcount)); in iperf_udp_recv()
110 pcount = be64toh(pcount); in iperf_udp_recv()
121 pcount = ntohl(pc); in iperf_udp_recv()
150 sp->packet_count = pcount; in iperf_udp_recv()
226 uint64_t pcount; in iperf_udp_send() local
230 pcount = htobe64(sp->packet_count); in iperf_udp_send()
234 memcpy(sp->buffer+8, &pcount, sizeof(pcount)); in iperf_udp_send()
239 uint32_t sec, usec, pcount; in iperf_udp_send() local
243 pcount = htonl(sp->packet_count); in iperf_udp_send()
[all …]
H A Diperf_api.c2429 int sid, cerror, pcount; in get_results() local
2494 pcount = j_packets->valueint; in get_results()
2504 sp->peer_packet_count = pcount; in get_results()
2522 sp->peer_packet_count = pcount; in get_results()