Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dselect.c127 if (!set_smach_state(dsmp, SELECTING)) { in dhcp_selecting()
245 if (dsmp->dsm_state != SELECTING) in stop_selecting()
H A Drequest.c752 if (recv_type == DHCPV6_MSG_REPLY && dsmp->dsm_state != SELECTING && in accept_v6_message()
771 case SELECTING: in accept_v6_message()
H A Dbound.c160 case SELECTING: in dhcp_bound()
197 (oldstate == SELECTING || oldstate == INIT_REBOOT) && in dhcp_bound()
H A DREADME.v6566 from BOUND, to RENEWING, to REBINDING and finally back to SELECTING
613 left, return to SELECTING state to start over.
633 Note that it would be possible to start the SELECTING state earlier
640 done now. (Starting SELECTING state earlier may be done in the
H A DREADME216 state machine's current state (SELECTING, REQUESTING, etc) helps
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.h41 enum DHCPSTATE { INIT, SELECTING, REQUESTING, BOUND, CONFIGURED }; enumerator
H A Ddhcpv4.c1161 dhcp_state = SELECTING; in dhcp()
1166 case SELECTING: in dhcp()
1197 dhcp_state = SELECTING; in dhcp()
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h182 SELECTING, /* sent DISCOVER, waiting for OFFERs */ enumerator