Searched refs:bootp_timeout (Results 1 – 1 of 1) sorted by relevance
64 ulong bootp_timeout; variable422 bootp_timeout *= 2; in bootp_timeout_handler()423 if (bootp_timeout > 2000) in bootp_timeout_handler()424 bootp_timeout = 2000; in bootp_timeout_handler()425 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_timeout_handler()719 bootp_timeout = 250; in bootp_reset()827 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_request()
Completed in 3 milliseconds