Home
last modified time | relevance | path

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

/u-boot/include/net/
A Dtftp.h26 extern int tftp_timeout_count_max;
/u-boot/common/
A Dupdate.c50 extern int tftp_timeout_count_max;
65 saved_timeout_count = tftp_timeout_count_max; in update_load()
71 tftp_timeout_count_max = cnt_max; in update_load()
88 tftp_timeout_count_max = saved_timeout_count; in update_load()
/u-boot/net/
A Dtftp.c63 int tftp_timeout_count_max = TIMEOUT_COUNT; variable
663 timeout_count_max = tftp_timeout_count_max; in tftp_handler()
775 tftp_timeout_count_max = simple_strtol(ep, NULL, 10); in tftp_start()
777 if (tftp_timeout_count_max < 0) { in tftp_start()
779 tftp_timeout_count_max); in tftp_start()
780 tftp_timeout_count_max = 0; in tftp_start()
857 timeout_count_max = tftp_timeout_count_max; in tftp_start()
909 timeout_count_max = tftp_timeout_count_max; in tftp_start_server()

Completed in 5 milliseconds