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

/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Ddltest.h18 #define MAXWAIT 15 macro
H A Ddlcommon.c499 if (alarm(MAXWAIT) < 0) {
/freebsd-13-stable/stand/libsa/
H A Dnet.c65 #ifndef MAXWAIT
66 #define MAXWAIT 300 /* seconds */ macro
69 #if MAXWAIT < 0
70 #error MAXWAIT must not be a negative number
107 if (MAXWAIT > 0 && (getsecs() - tref) >= MAXWAIT) {
/freebsd-13-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c79 #define MAXWAIT 10 macro
406 if (secs > MAXWAIT)
/freebsd-13-stable/sbin/ping/
H A Dping.c116 #define MAXWAIT 10000 /* max ms to wait for response */ macro
201 static int waittime = MAXWAIT; /* timeout for each packet */
H A Dping6.c165 #define MAXWAIT 10000 /* max ms to wait for response */ macro
248 static int waittime = MAXWAIT; /* timeout for each packet */

Completed in 84 milliseconds