Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/tftpd/
H A Dtftp-utils.h49 extern int timeoutpacket;
52 int settimeouts(int timeoutpacket, int timeoutnetwork, int maxtimeouts);
H A Dtftp-transfer.c93 MAXPKTSIZE, NULL, timeoutpacket); in tftp_send()
222 MAXPKTSIZE, NULL, timeoutpacket); in tftp_receive()
315 NULL, timeoutpacket); in tftp_receive()
H A Dtftp-utils.c49 int timeoutpacket = TIMEOUT; variable
79 timeoutpacket = _timeoutpacket; in settimeouts()
H A Dtftp-options.c120 timeoutpacket = to; in option_timeout()
124 settimeouts(timeoutpacket, timeoutnetwork, maxtimeouts); in option_timeout()
H A Dtftp-io.c404 "Waiting %d seconds for packet", timeoutpacket); in receive_packet()
H A Dtftpd.c593 NULL, timeoutpacket); in tftp_rrq()
/freebsd-12.1/usr.bin/tftp/
H A Dtftp.c113 MAXPKTSIZE, &from, timeoutpacket); in xmitfile()
213 MAXPKTSIZE, &from, timeoutpacket); in recvfile()
H A Dmain.c675 settimeouts(timeoutpacket, t, maxtimeouts); in settimeoutnetwork()
694 printf("Network timeout: %d seconds\n", timeoutpacket); in showstatus()