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

/freebsd-11-stable/libexec/tftpd/
H A Dtftp-utils.h47 extern int timeoutpacket;
50 int settimeouts(int timeoutpacket, int timeoutnetwork, int maxtimeouts);
H A Dtftp-transfer.c91 MAXPKTSIZE, NULL, timeoutpacket);
220 MAXPKTSIZE, NULL, timeoutpacket);
313 NULL, timeoutpacket);
H A Dtftp-options.c118 timeoutpacket = to;
122 settimeouts(timeoutpacket, timeoutnetwork, maxtimeouts);
H A Dtftp-utils.c47 int timeoutpacket = TIMEOUT; variable
58 * get 'maxtimeouts' of 5 seconds between 'timeoutpacket' (i.e. the
77 timeoutpacket = _timeoutpacket;
H A Dtftp-io.c402 "Waiting %d seconds for packet", timeoutpacket);
H A Dtftpd.c591 NULL, timeoutpacket);
/freebsd-11-stable/usr.bin/tftp/
H A Dtftp.c111 MAXPKTSIZE, &from, timeoutpacket);
211 MAXPKTSIZE, &from, timeoutpacket);
H A Dmain.c651 settimeouts(timeoutpacket, t, maxtimeouts);
670 printf("Network timeout: %d seconds\n", timeoutpacket);

Completed in 74 milliseconds