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

/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Ddltest.h18 #define MAXWAIT 15 macro
H A Ddlcommon.c503 if (alarm(MAXWAIT) < 0) {
/freebsd-10.0-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.c79 #define MAXWAIT 10 macro
409 if (secs > MAXWAIT)
/freebsd-10.0-release/sbin/ping/
H A Dping.c103 #define MAXWAIT 10000 /* max ms to wait for response */ macro
187 int waittime = MAXWAIT; /* timeout for each packet */
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c1250 #define MAXWAIT 10 macro
1256 itimer.it_value.tv_sec = MAXWAIT;

Completed in 84 milliseconds