Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c58 ulong bootp_timeout; variable
409 bootp_timeout *= 2; in bootp_timeout_handler()
410 if (bootp_timeout > 2000) in bootp_timeout_handler()
411 bootp_timeout = 2000; in bootp_timeout_handler()
412 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_timeout_handler()
706 bootp_timeout = 250; in bootp_reset()
814 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_request()