Searched refs:timeoutpacket (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/libexec/tftpd/ |
| D | tftp-utils.h | 47 extern int timeoutpacket; 50 int settimeouts(int timeoutpacket, int timeoutnetwork, int maxtimeouts);
|
| D | tftp-transfer.c | 91 MAXPKTSIZE, NULL, timeoutpacket); in tftp_send() 220 MAXPKTSIZE, NULL, timeoutpacket); in tftp_receive() 313 NULL, timeoutpacket); in tftp_receive()
|
| D | tftp-utils.c | 47 int timeoutpacket = TIMEOUT; variable 77 timeoutpacket = _timeoutpacket; in settimeouts()
|
| D | tftp-options.c | 118 timeoutpacket = to; in option_timeout() 122 settimeouts(timeoutpacket, timeoutnetwork, maxtimeouts); in option_timeout()
|
| D | tftp-io.c | 402 "Waiting %d seconds for packet", timeoutpacket); in receive_packet()
|
| D | tftpd.c | 591 NULL, timeoutpacket); in tftp_rrq()
|
| /freebsd-10-stable/usr.bin/tftp/ |
| D | tftp.c | 111 MAXPKTSIZE, &from, timeoutpacket); in xmitfile() 211 MAXPKTSIZE, &from, timeoutpacket); in recvfile()
|
| D | main.c | 651 settimeouts(timeoutpacket, t, maxtimeouts); in settimeoutnetwork() 670 printf("Network timeout: %d seconds\n", timeoutpacket); in showstatus()
|