Home | History | Annotate | Download | only in iputils

Lines Matching defs:timeout

77 #define	TIMEOUT		5
80 int rexmtval = TIMEOUT;
81 int maxtimeout = 5*TIMEOUT;
163 * they timeout. The positive effect of
334 int timeout;
340 timeout += rexmtval;
341 if (timeout >= maxtimeout)
368 timeout = 0;
431 timeout = 0;
481 signal(SIGALRM, justquit); /* just quit on timeout */