Searched refs:maxtimeout (Results 1 - 3 of 3) sorted by relevance

/external/iputils/
H A Dtftpd.c81 int maxtimeout = 5*TIMEOUT; variable
341 if (timeout >= maxtimeout)
/external/curl/tests/server/
H A Dtftpd.c203 static int maxtimeout = 5 * TIMEOUT; variable
327 if(timeout >= maxtimeout) {
871 maxtimeout = 5*TIMEOUT;
/external/libevent/
H A Devdns.c3416 const int maxtimeout = strtoint_clipped(val, 1, 255); local
3417 if (maxtimeout == -1) return -1;
3420 maxtimeout);
3421 base->global_max_nameserver_timeout = maxtimeout;

Completed in 415 milliseconds