Searched refs:reccount (Results 1 – 1 of 1) sorted by relevance
55 static int reccount = 100; variable115 reccount = atoi(argv[1]); in main()435 while (i < reccount) { in many_packets()485 while ((incount < reccount) && (poll(&pfd, 1, long_time) == 1)) { in many_packets()526 if (reccount > end_stats.opack) in many_packets()528 reccount - end_stats.opack); in many_packets()529 if (incount < end_stats.ipack && incount < reccount) in many_packets()532 (void) printf("%d packets sent, %d received\n", reccount, incount); in many_packets()