Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c66 static dhcp_state_t dhcp_state = INIT; variable
725 dhcp_state = INIT; in bootp_request()
817 dhcp_state = SELECTING; in bootp_request()
1043 src, dest, len, dhcp_state); in dhcp_handler()
1050 "%d\n", src, dest, len, dhcp_state); in dhcp_handler()
1055 switch (dhcp_state) { in dhcp_handler()
1073 dhcp_state = REQUESTING; in dhcp_handler()
1090 dhcp_state = BOUND; in dhcp_handler()