Lines Matching refs:packets
114 * The default value of count is the number of packets required
151 /* Spray server with packets */
152 printf ("sending %d packets of lnth %d to %s ...", count, length, *argv);
176 /* report dropped packets */
180 printf("\t%d packets (%.2f%%) dropped\n",
184 printf("\tno packets dropped\n");
198 print_xferstats(int packets, int packetlen, double xfertime)
201 double pps; /* packets per second */
204 datalen = packets * packetlen;
205 pps = packets / xfertime;
208 printf("\t%.0f packets/sec, ", pps);