Home | History | Annotate | Download | only in tftp

Lines Matching defs:TIMEOUT

71 #define	TIMEOUT		5		/* secs between rexmt's */
85 u_int def_rexmtval = TIMEOUT;
86 u_int rexmtval = TIMEOUT;
88 int maxtimeout = 5 * TIMEOUT;
139 static const char tohelp[] = "toggle extended timeout option";
148 static const char xhelp[] = "set per-packet retransmission timeout";
149 static const char ihelp[] = "set total retransmission timeout";
167 { "timeout", ihelp, settimeout },
577 getmore("Rexmt-timeout ", "(value) ");
598 getmore("Maximum-timeout ", "(value) ");
623 (void)printf("Rexmt-interval: %d seconds, Max-timeout: %d seconds\n",
807 (void)printf("Timeout option %s.\n", tout ? "on" : "off");