Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/tftpd/
H A Dtftp-utils.h51 extern int timeoutpacket;
54 int settimeouts(int timeoutpacket, int timeoutnetwork, int maxtimeouts);
H A Dtftp-transfer.c111 MAXPKTSIZE, NULL, timeoutpacket); in tftp_send()
313 MAXPKTSIZE, NULL, timeoutpacket); in tftp_receive()
437 NULL, -timeoutpacket); in tftp_receive()
H A Dtftp-utils.c49 int timeoutpacket = TIMEOUT; variable
80 timeoutpacket = _timeoutpacket; in settimeouts()
H A Dtftp-options.c174 timeoutpacket = to; in option_timeout()
177 settimeouts(timeoutpacket, timeoutnetwork, maxtimeouts); in option_timeout()
H A Dtftp-io.c390 "Waiting %d seconds for packet", timeoutpacket); in receive_packet()
H A Dtftpd.c583 NULL, timeoutpacket); in tftp_rrq()
/freebsd-14.2/usr.bin/tftp/
H A Dtftp.c111 MAXPKTSIZE, &from, timeoutpacket); in xmitfile()
211 MAXPKTSIZE, &from, timeoutpacket); in recvfile()
H A Dmain.c686 settimeouts(timeoutpacket, t, maxtimeouts); in settimeoutnetwork()
705 printf("Network timeout: %d seconds\n", timeoutpacket); in showstatus()