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

/external/iputils/
H A Dtftpd.c81 int maxtimeout = 5*TIMEOUT; variable
341 if (timeout >= maxtimeout)
/external/chromium_org/third_party/libevent/
H A Devdns.c2670 const int maxtimeout = strtoint_clipped(val, 1, 255); local
2671 if (maxtimeout == -1) return -1;
2674 maxtimeout);
2675 global_max_nameserver_timeout = maxtimeout;

Completed in 217 milliseconds