Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c389 static void bootp_timeout_handler(void) in bootp_timeout_handler() function
412 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_timeout_handler()
814 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_request()
1075 net_set_timeout_handler(5000, bootp_timeout_handler); in dhcp_handler()