Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c44 static int timeout_count_max = TIMEOUT_COUNT; variable
606 timeout_count_max = tftp_timeout_count_max; in tftp_handler()
688 if (++timeout_count > timeout_count_max) { in tftp_timeout_handler()
814 timeout_count_max = tftp_timeout_count_max; in tftp_start()
862 timeout_count_max = tftp_timeout_count_max; in tftp_start_server()