Searched refs:timeoutpacket (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/libexec/tftpd/ |
| H A D | tftp-utils.h | 51 extern int timeoutpacket; 54 int settimeouts(int timeoutpacket, int timeoutnetwork, int maxtimeouts);
|
| H A D | tftp-transfer.c | 111 MAXPKTSIZE, NULL, timeoutpacket); in tftp_send() 313 MAXPKTSIZE, NULL, timeoutpacket); in tftp_receive() 437 NULL, -timeoutpacket); in tftp_receive()
|
| H A D | tftp-utils.c | 49 int timeoutpacket = TIMEOUT; variable 80 timeoutpacket = _timeoutpacket; in settimeouts()
|
| H A D | tftp-options.c | 174 timeoutpacket = to; in option_timeout() 177 settimeouts(timeoutpacket, timeoutnetwork, maxtimeouts); in option_timeout()
|
| H A D | tftp-io.c | 390 "Waiting %d seconds for packet", timeoutpacket); in receive_packet()
|
| H A D | tftpd.c | 583 NULL, timeoutpacket); in tftp_rrq()
|
| /freebsd-14.2/usr.bin/tftp/ |
| H A D | tftp.c | 111 MAXPKTSIZE, &from, timeoutpacket); in xmitfile() 211 MAXPKTSIZE, &from, timeoutpacket); in recvfile()
|
| H A D | main.c | 686 settimeouts(timeoutpacket, t, maxtimeouts); in settimeoutnetwork() 705 printf("Network timeout: %d seconds\n", timeoutpacket); in showstatus()
|