Searched defs:dhcp_stat (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dbootp.c408 enum DHCP_REQUEST_STATES dhcp_stat = NONE; local
431 dhcp_stat = SELECTING;
443 dhcp_stat = INIT_REBOOT;
449 dhcp_stat = REBINDING;
451 dhcp_stat = RENEWING;
456 switch (dhcp_stat)
551 Assert((dhcp_stat != NONE));
552 if (dhcp_stat == REBINDING)
554 else if (dhcp_stat == SELECTING)

Completed in 51 milliseconds