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

/freebsd-current/libexec/tftpd/
H A Dtftp-utils.h51 extern int timeoutpacket;
54 int settimeouts(int timeoutpacket, int timeoutnetwork, int maxtimeouts);
H A Dtftp-transfer.c110 MAXPKTSIZE, NULL, timeoutpacket);
312 MAXPKTSIZE, NULL, timeoutpacket);
436 NULL, -timeoutpacket);
H A Dtftp-utils.c49 int timeoutpacket = TIMEOUT; variable
61 * get 'maxtimeouts' of 5 seconds between 'timeoutpacket' (i.e. the
80 timeoutpacket = _timeoutpacket;
H A Dtftp-options.c173 timeoutpacket = to;
176 settimeouts(timeoutpacket, timeoutnetwork, maxtimeouts);
H A Dtftp-io.c389 "Waiting %d seconds for packet", timeoutpacket);
H A Dtftpd.c571 NULL, timeoutpacket);
/freebsd-current/usr.bin/tftp/
H A Dtftp.c105 MAXPKTSIZE, &from, timeoutpacket);
205 MAXPKTSIZE, &from, timeoutpacket);
H A Dmain.c673 settimeouts(timeoutpacket, t, maxtimeouts);
692 printf("Network timeout: %d seconds\n", timeoutpacket);

Completed in 213 milliseconds