OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tftp_timeout_ms
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/net/
tftp.h
25
extern ulong
tftp_timeout_ms
;
/external/u-boot/common/
update.c
44
extern ulong
tftp_timeout_ms
;
60
saved_timeout_msecs =
tftp_timeout_ms
;
66
tftp_timeout_ms
= msec_max;
83
tftp_timeout_ms
= saved_timeout_msecs;
/external/u-boot/net/
tftp.c
49
* TFTP server.
tftp_timeout_ms
specifies the number of milliseconds to
52
* tftp_timeout_count_max must be non-negative and
tftp_timeout_ms
must be
56
ulong
tftp_timeout_ms
= TIMEOUT;
variable
Completed in 1810 milliseconds