Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c63 static ulong time_taken_max; variable
393 if (time_taken >= time_taken_max) { in bootp_timeout_handler()
730 time_taken_max = simple_strtoul(ep, NULL, 10); in bootp_request()
732 time_taken_max = TIMEOUT_MS; in bootp_request()