Searched refs:MAXWAIT (Results 1 - 6 of 6) sorted by last modified time

/freebsd-current/sbin/ping/
H A Dping6.c149 #define MAXWAIT 10000 /* max ms to wait for response */ macro
229 static int waittime = MAXWAIT; /* timeout for each packet */
H A Dping.c101 #define MAXWAIT 10000 /* max ms to wait for response */ macro
183 static int waittime = MAXWAIT; /* timeout for each packet */
/freebsd-current/stand/libsa/
H A Dnet.c60 #ifndef MAXWAIT
61 #define MAXWAIT 300 /* seconds */ macro
64 #if MAXWAIT < 0
65 #error MAXWAIT must not be a negative number
101 if (MAXWAIT > 0 && (t - tref) >= MAXWAIT) {
/freebsd-current/sbin/ipf/ipsend/
H A Ddlcommon.c455 if (alarm(MAXWAIT) < 0) {
H A Ddltest.h17 #define MAXWAIT 15 macro
/freebsd-current/libexec/bootpd/tools/bootptest/
H A Dbootptest.c77 #define MAXWAIT 10 macro
402 if (secs > MAXWAIT)

Completed in 124 milliseconds