Searched refs:SELECTING (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | select.c | 127 if (!set_smach_state(dsmp, SELECTING)) { in dhcp_selecting() 245 if (dsmp->dsm_state != SELECTING) in stop_selecting()
|
H A D | request.c | 752 if (recv_type == DHCPV6_MSG_REPLY && dsmp->dsm_state != SELECTING && in accept_v6_message() 771 case SELECTING: in accept_v6_message()
|
H A D | bound.c | 160 case SELECTING: in dhcp_bound() 197 (oldstate == SELECTING || oldstate == INIT_REBOOT) && in dhcp_bound()
|
H A D | README.v6 | 566 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 D | README | 216 state machine's current state (SELECTING, REQUESTING, etc) helps
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.h | 182 SELECTING, /* sent DISCOVER, waiting for OFFERs */ enumerator
|