Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c67 static dhcp_state_t dhcp_state = INIT; variable
726 dhcp_state = INIT; in bootp_request()
818 dhcp_state = SELECTING; in bootp_request()
1044 src, dest, len, dhcp_state); in dhcp_handler()
1051 "%d\n", src, dest, len, dhcp_state); in dhcp_handler()
1056 switch (dhcp_state) { in dhcp_handler()
1074 dhcp_state = REQUESTING; in dhcp_handler()
1091 dhcp_state = BOUND; in dhcp_handler()