Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dselect.c129 if (!set_smach_state(dsmp, SELECTING)) { in dhcp_selecting()
265 if (dsmp->dsm_state != SELECTING) in stop_selecting()
H A Drequest.c748 if (recv_type == DHCPV6_MSG_REPLY && dsmp->dsm_state != SELECTING && in accept_v6_message()
767 case SELECTING: in accept_v6_message()
H A Dbound.c157 case SELECTING: in dhcp_bound()
194 (oldstate == SELECTING || oldstate == INIT_REBOOT) && in dhcp_bound()
H A DREADME.v6568 from BOUND, to RENEWING, to REBINDING and finally back to SELECTING
615 left, return to SELECTING state to start over.
635 Note that it would be possible to start the SELECTING state earlier
642 done now. (Starting SELECTING state earlier may be done in the
H A DREADME217 state machine's current state (SELECTING, REQUESTING, etc) helps
/titanic_50/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()
/titanic_50/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h178 SELECTING, /* sent DISCOVER, waiting for OFFERs */ enumerator