| /src/usr.bin/tftp/ |
| extern.h | 40 extern int maxtimeout;
|
| main.c | 88 int maxtimeout = 5 * TIMEOUT; variable 610 maxtimeout = t; 624 rexmtval, maxtimeout);
|
| tftp.c | 756 if (timeout >= maxtimeout) {
|
| /src/libexec/ftpd/ |
| conf.c | 105 curclass.maxtimeout = DEFAULT_MAXTIMEOUT; 369 } else if (strcasecmp(word, "maxtimeout") == 0) { 370 curclass.maxtimeout = DEFAULT_MAXTIMEOUT; 371 CONF_LL(maxtimeout, arg, 464 CONF_LL(timeout, arg, 30, curclass.maxtimeout);
|
| extern.h | 280 LLT maxtimeout; /* Maximum permitted timeout */ member in struct:ftpclass
|
| ftpcmd.y | 574 (LLT)curclass.maxtimeout); 581 if ($6.i < 30 || $6.i > curclass.maxtimeout) { 585 (LLT)curclass.maxtimeout);
|
| ftpd.c | 2742 (LLT)curclass.timeout, (LLT)curclass.maxtimeout);
|
| /src/libexec/tftpd/ |
| tftpd.c | 82 static int maxtimeout = 5*TIMEOUT; variable 533 maxtimeout = rexmtval * 3; 535 maxtimeout = rexmtval * 5; 915 if (timeout >= maxtimeout)
|
| /src/external/bsd/libevent/dist/ |
| evdns.c | 3516 const int maxtimeout = strtoint_clipped(val, 1, 255); local 3517 if (maxtimeout == -1) return -1; 3520 maxtimeout); 3521 base->global_max_nameserver_timeout = maxtimeout;
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evdns.c | 3514 const int maxtimeout = strtoint_clipped(val, 1, 255); local 3515 if (maxtimeout == -1) return -1; 3518 maxtimeout); 3519 base->global_max_nameserver_timeout = maxtimeout;
|