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

/freebsd-11.0-release/usr.bin/tftp/
H A Dtftp.h37 extern int maxtimeout;
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h142 extern int maxtimeout;
H A Dftpd.c68 int maxtimeout = 7200;/* don't allow idle time to be set beyond 2 hours */ variable
221 { NULL, 'T', arg_integer, &maxtimeout, "max timeout" },
323 if (maxtimeout < ftpd_timeout)
324 maxtimeout = ftpd_timeout;
327 if (ftpd_timeout > maxtimeout)
328 ftpd_timeout = maxtimeout;
H A Dftpcmd.y498 ftpd_timeout, maxtimeout);
503 if ($5 < 30 || $5 > maxtimeout) {
506 maxtimeout);
/freebsd-11.0-release/libexec/ftpd/
H A Dextern.h83 extern int maxtimeout;
H A Dftpd.c123 int maxtimeout = 7200;/* don't allow idle time to be set beyond 2 hours */ variable
388 if (maxtimeout < timeout)
389 maxtimeout = timeout;
393 maxtimeout = atoi(optarg);
394 if (timeout > maxtimeout)
395 timeout = maxtimeout;
H A Dftpcmd.y635 timeout, maxtimeout);
640 if ($6.i < 30 || $6.i > maxtimeout) {
643 maxtimeout);
/freebsd-11.0-release/contrib/opie/
H A Dopieftpd.c188 int maxtimeout = 7200; /* don't allow idle time to be set beyond 2 hours */ variable
1625 if (maxtimeout < timeout)
1626 maxtimeout = timeout;
1630 maxtimeout = atoi(++cp);
1631 if (timeout > maxtimeout)
1632 timeout = maxtimeout;
H A Dftpcmd.y109 extern int maxtimeout;
496 timeout, maxtimeout);
500 if ($5 < 30 || $5 > maxtimeout) {
503 maxtimeout);
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devdns.c3471 const int maxtimeout = strtoint_clipped(val, 1, 255); local
3472 if (maxtimeout == -1) return -1;
3475 maxtimeout);
3476 base->global_max_nameserver_timeout = maxtimeout;

Completed in 111 milliseconds