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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h49 extern int maxtimeout;
H A Dmain.c69 int maxtimeout = 5 * TIMEOUT; variable
623 maxtimeout = t;
637 rexmtval, maxtimeout);
H A Dtftp.c102 if (timeout >= maxtimeout) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c85 static int maxtimeout = 5*TIMEOUT; variable
231 maxtimeout = 5 * rexmtval;
613 maxtimeout = 5 * rexmtval;
1002 if (timeout >= maxtimeout)

Completed in 56 milliseconds