Searched refs:timeoutpacket (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/libexec/tftpd/ |
| H A D | tftp-utils.h | 49 extern int timeoutpacket; 52 int settimeouts(int timeoutpacket, int timeoutnetwork, int maxtimeouts);
|
| H A D | tftp-transfer.c | 93 MAXPKTSIZE, NULL, timeoutpacket); in tftp_send() 222 MAXPKTSIZE, NULL, timeoutpacket); in tftp_receive() 315 NULL, timeoutpacket); in tftp_receive()
|
| H A D | tftp-utils.c | 49 int timeoutpacket = TIMEOUT; variable 79 timeoutpacket = _timeoutpacket; in settimeouts()
|
| H A D | tftp-options.c | 120 timeoutpacket = to; in option_timeout() 124 settimeouts(timeoutpacket, timeoutnetwork, maxtimeouts); in option_timeout()
|
| H A D | tftp-io.c | 404 "Waiting %d seconds for packet", timeoutpacket); in receive_packet()
|
| H A D | tftpd.c | 593 NULL, timeoutpacket); in tftp_rrq()
|
| /freebsd-12.1/usr.bin/tftp/ |
| H A D | tftp.c | 113 MAXPKTSIZE, &from, timeoutpacket); in xmitfile() 213 MAXPKTSIZE, &from, timeoutpacket); in recvfile()
|
| H A D | main.c | 675 settimeouts(timeoutpacket, t, maxtimeouts); in settimeoutnetwork() 694 printf("Network timeout: %d seconds\n", timeoutpacket); in showstatus()
|