Searched refs:rexmtval (Results 1 – 4 of 4) sorted by relevance
84 static int rexmtval = TIMEOUT; variable224 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 …]
48 extern int rexmtval;
101 timeout += rexmtval; in timer()171 (void) alarm(rexmtval); in tftp_sendfile()299 (void) alarm(rexmtval); in tftp_recvfile()
74 int rexmtval = TIMEOUT; variable602 rexmtval = t; in setrexmt()637 rexmtval, maxtimeout); in status()