Home
last modified time | relevance | path

Searched refs:timeoutpacket (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/tftpd/
H A Dtftp-utils.h51 extern int timeoutpacket;
54 int settimeouts(int timeoutpacket, int timeoutnetwork, int maxtimeouts);
H A Dtftp-transfer.c110 MAXPKTSIZE, NULL, timeoutpacket); in tftp_send()
312 MAXPKTSIZE, NULL, timeoutpacket); in tftp_receive()
436 NULL, -timeoutpacket); in tftp_receive()
H A Dtftp-utils.c49 int timeoutpacket = TIMEOUT; variable
80 timeoutpacket = _timeoutpacket; in settimeouts()
H A Dtftp-options.c173 timeoutpacket = to; in option_timeout()
176 settimeouts(timeoutpacket, timeoutnetwork, maxtimeouts); in option_timeout()
H A Dtftp-io.c389 "Waiting %d seconds for packet", timeoutpacket); in receive_packet()
H A Dtftpd.c571 NULL, timeoutpacket); in tftp_rrq()
/freebsd/usr.bin/tftp/
H A Dtftp.c105 MAXPKTSIZE, &from, timeoutpacket); in xmitfile()
205 MAXPKTSIZE, &from, timeoutpacket); in recvfile()
H A Dmain.c673 settimeouts(timeoutpacket, t, maxtimeouts); in settimeoutnetwork()
692 printf("Network timeout: %d seconds\n", timeoutpacket); in showstatus()