Home
last modified time | relevance | path

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

/freebsd-10-stable/libexec/tftpd/
Dtftp-utils.h47 extern int timeoutpacket;
50 int settimeouts(int timeoutpacket, int timeoutnetwork, int maxtimeouts);
Dtftp-transfer.c91 MAXPKTSIZE, NULL, timeoutpacket); in tftp_send()
220 MAXPKTSIZE, NULL, timeoutpacket); in tftp_receive()
313 NULL, timeoutpacket); in tftp_receive()
Dtftp-utils.c47 int timeoutpacket = TIMEOUT; variable
77 timeoutpacket = _timeoutpacket; in settimeouts()
Dtftp-options.c118 timeoutpacket = to; in option_timeout()
122 settimeouts(timeoutpacket, timeoutnetwork, maxtimeouts); in option_timeout()
Dtftp-io.c402 "Waiting %d seconds for packet", timeoutpacket); in receive_packet()
Dtftpd.c591 NULL, timeoutpacket); in tftp_rrq()
/freebsd-10-stable/usr.bin/tftp/
Dtftp.c111 MAXPKTSIZE, &from, timeoutpacket); in xmitfile()
211 MAXPKTSIZE, &from, timeoutpacket); in recvfile()
Dmain.c651 settimeouts(timeoutpacket, t, maxtimeouts); in settimeoutnetwork()
670 printf("Network timeout: %d seconds\n", timeoutpacket); in showstatus()