Home
last modified time | relevance | path

Searched refs:PRIu64 (Results 1 – 5 of 5) sorted by relevance

/iperf/src/
H A Diperf_udp.c55 # ifndef PRIu64
57 # define PRIu64 "lu" macro
59 # define PRIu64 "llu" macro
127 fprintf(stderr, "pcount %" PRIu64 " packet_count %d\n", pcount, sp->packet_count); in iperf_udp_recv()
170 …fprintf(stderr, "OUT OF ORDER - incoming packet sequence %" PRIu64 " but expected sequence %d on s… in iperf_udp_recv()
260 …printf("sent %d bytes of %d, total %" PRIu64 "\n", r, sp->settings->blksize, sp->result->bytes_sen… in iperf_udp_send()
H A Diperf.h57 # ifndef PRIu64
59 # define PRIu64 "lu" macro
61 # define PRIu64 "llu" macro
H A Diperf_server_api.c746 …perf_err(test, "Client total requested throughput rate of %" PRIu64 " bps exceeded %" PRIu64 " bps… in iperf_run_server()
H A Diperf_api.c939 iperf_printf(test, " Target Bitrate: %"PRIu64"\n", test->settings->rate); in iperf_on_connect()
1691 printf("End condition set to file-size: %"PRIu64" bytes\n", test->settings->bytes); in iperf_parse_arguments()
1823 …iperf_printf(test,"Interval %" PRIu64 " - throughput %" PRIu64 " bps (limit %" PRIu64 ")\n", test-… in iperf_check_total_rate()
1828 …iperf_err(test, "Total throughput of %" PRIu64 " bps exceeded %" PRIu64 " bps limit", bits_per_sec… in iperf_check_total_rate()
3294 printf("interval_len %f bytes_transferred %" PRIu64 "\n", interval_len, irp->bytes_transferred); in iperf_print_intermediate()
H A Diperf_tcp.c104 printf("sent %d bytes of %d, pending %d, total %" PRIu64 "\n", in iperf_tcp_send()