Searched refs:numPackets (Results 1 – 3 of 3) sorted by relevance
45 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket variable282 numPackets = atoi(&arg[2]); in main()351 if (numPackets == 0) { in main()352 numPackets = totalPackets - firstPacket; in main()353 } else if (firstPacket + numPackets > totalPackets) { in main()354 fprintf(stderr, "-n%zu ignored\n", numPackets); in main()355 numPackets = totalPackets - firstPacket; in main()357 lastPacket = firstPacket + numPackets; in main()
243 int numPackets = 100; in buildContinuingResponse() local244 int contentLength = STRING_1K.length() * numPackets; in buildContinuingResponse()
360 private static void waitForNumPackets(int numPackets) throws Exception { in waitForNumPackets() argument369 if (uidTxDelta >= numPackets) { in waitForNumPackets()376 + numPackets in waitForNumPackets()