Searched refs:SELECTING (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.h41 enum DHCPSTATE { INIT, SELECTING, REQUESTING, BOUND, CONFIGURED }; enumerator in enum:DHCPSTATE
H A Ddhcpv4.c647 * Implementings SELECTING state of DHCP client state machine.
738 /* Someone responded! go back to SELECTING state. */
1082 * otherwise. The caller needs to make the state change from SELECTING to
1161 dhcp_state = SELECTING;
1166 case SELECTING:
1168 s_n = "SELECTING";
1197 dhcp_state = SELECTING;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dselect.c24 * SELECTING state of the client state machine.
129 if (!set_smach_state(dsmp, SELECTING)) {
131 "dhcp_selecting: cannot switch to SELECTING state; "
265 if (dsmp->dsm_state != SELECTING)
H A Dbound.c157 case SELECTING:
194 (oldstate == SELECTING || oldstate == INIT_REBOOT) &&
H A Drequest.c324 * or too many REQUEST attempts will revert us to SELECTING.
638 * the acknak handler. ACK to BOUND, NAK back to SELECTING.
748 if (recv_type == DHCPV6_MSG_REPLY && dsmp->dsm_state != SELECTING &&
767 case SELECTING:
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h181 SELECTING, /* sent DISCOVER, waiting for OFFERs */ enumerator in enum:__anon88

Completed in 66 milliseconds