Lines Matching refs:rexmtval
84 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()
1244 (void) alarm(rexmtval); in tftpd_recvfile()
1315 (void) alarm(rexmtval); in tftpd_recvfile()