Home
last modified time | relevance | path

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

/dragonfly/libexec/bootpd/tools/bootptest/
HDbootptest.c76 #define MAXWAIT 10 macro
406 if (secs > MAXWAIT) in main()
/dragonfly/sbin/ping/
HDping.c89 #define MAXWAIT 10000 /* max ms to wait for response */ macro
168 int waittime = MAXWAIT; /* timeout for each packet */
/dragonfly/sbin/ping6/
HDping6.c1048 #define MAXWAIT 10 in retransmit() macro
1054 itimer.it_value.tv_sec = MAXWAIT; in retransmit()