Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c64 static ulong time_taken_max; variable
394 if (time_taken >= time_taken_max) { in bootp_timeout_handler()
731 time_taken_max = simple_strtoul(ep, NULL, 10); in bootp_request()
733 time_taken_max = TIMEOUT_MS; in bootp_request()