Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c321 static int long_time = 4000; variable
336 if (poll(&pfd, 1, long_time) == 1) { in quiet_period()
372 pollret = poll(&pfd, 1, long_time); in first_packet()
468 pollret = poll(&pfd, 1, long_time); in many_packets()
485 while ((incount < reccount) && (poll(&pfd, 1, long_time) == 1)) { in many_packets()