Searched refs:pcount (Results 1 – 2 of 2) sorted by relevance
72 uint64_t pcount; in iperf_udp_recv() local107 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() local230 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() local243 pcount = htonl(sp->packet_count); in iperf_udp_send()[all …]
2429 int sid, cerror, pcount; in get_results() local2494 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()