Home
last modified time | relevance | path

Searched refs:rexmtval (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c84 static int rexmtval = TIMEOUT; variable
224 rexmtval = atoi(optarg); in main()
225 if (rexmtval <= 0 || rexmtval > MAX_TIMEOUT) { in main()
231 maxtimeout = 5 * rexmtval; in main()
612 rexmtval = value; in timeout_handler()
613 maxtimeout = 5 * rexmtval; in timeout_handler()
614 (void) snprintf(optbuf, sizeof (optbuf), "%d", rexmtval); in timeout_handler()
1001 timeout += rexmtval; in timer()
1037 (void) alarm(rexmtval); /* read the ack */ in tftpd_sendfile()
1115 (void) alarm(rexmtval); /* read the ack */ in tftpd_sendfile()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h48 extern int rexmtval;
H A Dtftp.c101 timeout += rexmtval; in timer()
171 (void) alarm(rexmtval); in tftp_sendfile()
299 (void) alarm(rexmtval); in tftp_recvfile()
H A Dmain.c74 int rexmtval = TIMEOUT; variable
602 rexmtval = t; in setrexmt()
637 rexmtval, maxtimeout); in status()