Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/tftp/
H A Dtftp.c125 rexmtval = val; in get_options()
284 (void)alarm(rexmtval); in sendfile()
329 rexmtval = def_rexmtval; in sendfile()
350 rexmtval = def_rexmtval; in sendfile()
429 (void)alarm(rexmtval); in recvfile()
468 rexmtval = def_rexmtval; in recvfile()
489 rexmtval = def_rexmtval; in recvfile()
566 (void)sprintf(cp, "%d", rexmtval); in makerequest()
755 timeout += rexmtval; in timer()
H A Dextern.h39 extern unsigned int rexmtval;
H A Dmain.c86 u_int rexmtval = TIMEOUT; variable
589 rexmtval = t; in setrexmt()
624 rexmtval, maxtimeout); in status()
/netbsd-src/libexec/tftpd/
H A Dtftpd.c81 static int rexmtval = TIMEOUT; variable
520 rexmtval = tout; in timeout_handler()
532 if (rexmtval > 60) { in timeout_handler()
533 maxtimeout = rexmtval * 3; in timeout_handler()
535 maxtimeout = rexmtval * 5; in timeout_handler()
914 timeout += rexmtval; in timer()
991 alarm(rexmtval); /* read the ack */ in sendfile()
1086 alarm(rexmtval); in recvfile()
1143 alarm(rexmtval); in recvfile()