Searched refs:SELECTING (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | select.c | 129 if (!set_smach_state(dsmp, SELECTING)) { in dhcp_selecting() 265 if (dsmp->dsm_state != SELECTING) in stop_selecting()
|
H A D | request.c | 748 if (recv_type == DHCPV6_MSG_REPLY && dsmp->dsm_state != SELECTING && in accept_v6_message() 767 case SELECTING: in accept_v6_message()
|
H A D | bound.c | 157 case SELECTING: in dhcp_bound() 194 (oldstate == SELECTING || oldstate == INIT_REBOOT) && in dhcp_bound()
|
H A D | README.v6 | 568 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 D | README | 217 state machine's current state (SELECTING, REQUESTING, etc) helps
|
/titanic_50/usr/src/stand/lib/inet/ |
H A D | dhcpv4.h | 41 enum DHCPSTATE { INIT, SELECTING, REQUESTING, BOUND, CONFIGURED }; enumerator
|
H A D | dhcpv4.c | 1161 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 D | dhcpagent_ipc.h | 178 SELECTING, /* sent DISCOVER, waiting for OFFERs */ enumerator
|