Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.c59 ulong bootp_timeout; variable
418 bootp_timeout *= 2; in bootp_timeout_handler()
419 if (bootp_timeout > 2000) in bootp_timeout_handler()
420 bootp_timeout = 2000; in bootp_timeout_handler()
421 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_timeout_handler()
715 bootp_timeout = 250; in bootp_reset()
823 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_request()

Completed in 7 milliseconds