Searched refs:tftp_timeout_count_max (Results 1 – 3 of 3) sorted by relevance
59 int tftp_timeout_count_max = TIMEOUT_COUNT; variable545 timeout_count_max = tftp_timeout_count_max; in tftp_handler()647 tftp_timeout_count_max = simple_strtol(ep, NULL, 10); in tftp_start()649 if (tftp_timeout_count_max < 0) { in tftp_start()651 tftp_timeout_count_max); in tftp_start()652 tftp_timeout_count_max = 0; in tftp_start()732 timeout_count_max = tftp_timeout_count_max; in tftp_start()783 timeout_count_max = tftp_timeout_count_max; in tftp_start_server()
45 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()
26 extern int tftp_timeout_count_max;