Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c85 static int rexmtval = TIMEOUT; variable
225 rexmtval = atoi(optarg); in main()
226 if (rexmtval <= 0 || rexmtval > MAX_TIMEOUT) { in main()
232 maxtimeout = 5 * rexmtval; in main()
613 rexmtval = value; in timeout_handler()
614 maxtimeout = 5 * rexmtval; in timeout_handler()
1002 timeout += rexmtval; in timer()
1038 (void) alarm(rexmtval); /* read the ack */ in tftpd_sendfile()
1116 (void) alarm(rexmtval); /* read the ack */ in tftpd_sendfile()
1245 (void) alarm(rexmtval); in tftpd_recvfile()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h46 extern int rexmtval;
H A Dtftp.c100 timeout += rexmtval; in timer()
171 (void) alarm(rexmtval); in tftp_sendfile()
300 (void) alarm(rexmtval); in tftp_recvfile()
H A Dmain.c73 int rexmtval = TIMEOUT; variable
681 rexmtval = t; in setrexmt()
721 rexmtval, maxtimeout); in status()