Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c55 static int reccount = 100; variable
115 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()