Home
last modified time | relevance | path

Searched refs:tftp_timeout_count_max (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/common/
Dupdate.c45 extern int tftp_timeout_count_max;
61 saved_timeout_count = tftp_timeout_count_max; in update_load()
67 tftp_timeout_count_max = cnt_max; in update_load()
84 tftp_timeout_count_max = saved_timeout_count; in update_load()
/external/u-boot/net/
Dtftp.c57 int tftp_timeout_count_max = TIMEOUT_COUNT; variable
606 timeout_count_max = tftp_timeout_count_max; in tftp_handler()
725 tftp_timeout_count_max = simple_strtol(ep, NULL, 10); in tftp_start()
727 if (tftp_timeout_count_max < 0) { in tftp_start()
729 tftp_timeout_count_max); in tftp_start()
730 tftp_timeout_count_max = 0; in tftp_start()
814 timeout_count_max = tftp_timeout_count_max; in tftp_start()
862 timeout_count_max = tftp_timeout_count_max; in tftp_start_server()
/external/u-boot/include/net/
Dtftp.h26 extern int tftp_timeout_count_max;