OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxtimeout
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/tftp/
extern.h
40
extern int
maxtimeout
;
main.c
88
int
maxtimeout
= 5 * TIMEOUT;
variable in typeref:typename:int
610
maxtimeout
= t;
624
rexmtval,
maxtimeout
);
tftp.c
756
if (timeout >=
maxtimeout
) {
/src/libexec/ftpd/
extern.h
280
LLT
maxtimeout
; /* Maximum permitted timeout */
member in struct:ftpclass
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
);
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 in typeref:typename:int
533
maxtimeout
= rexmtval * 3;
535
maxtimeout
= rexmtval * 5;
915
if (timeout >=
maxtimeout
)
Completed in 17 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025