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

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c54 static enum DHCPSTATE dhcp_state = INIT; variable in typeref:enum:DHCPSTATE
1152 switch (dhcp_state) {
1159 dhcp_state = BOUND;
1161 dhcp_state = SELECTING;
1172 dhcp_state = REQUESTING;
1193 dhcp_state = BOUND;
1197 dhcp_state = SELECTING;
1216 dhcp_state = CONFIGURED;

Completed in 62 milliseconds