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

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

Completed in 101 milliseconds