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

/freebsd-9.3-release/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);
311 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.c400 "Waiting %d seconds for packet", timeoutpacket);
H A Dtftpd.c583 NULL, timeoutpacket);
/freebsd-9.3-release/usr.bin/tftp/
H A Dtftp.c109 MAXPKTSIZE, &from, timeoutpacket);
208 MAXPKTSIZE, &from, timeoutpacket);
H A Dmain.c645 settimeouts(timeoutpacket, t, maxtimeouts);
664 printf("Network timeout: %d seconds\n", timeoutpacket);

Completed in 71 milliseconds