Searched refs:reccount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c57 static int reccount = 100; variable
117 reccount = atoi(argv[1]);
437 while (i < reccount) {
487 while ((incount < reccount) && (poll(&pfd, 1, long_time) == 1)) {
528 if (reccount > end_stats.opack)
530 reccount - end_stats.opack);
531 if (incount < end_stats.ipack && incount < reccount)
534 (void) printf("%d packets sent, %d received\n", reccount, incount);

Completed in 44 milliseconds