Home
last modified time | relevance | path

Searched refs:DHCPSTATE (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.h94 DHCPSTATE dsm_state;
300 boolean_t set_smach_state(dhcp_smach_t *, DHCPSTATE);
314 boolean_t is_bound_state(DHCPSTATE);
H A Dagent.h66 boolean_t check_cmd_allowed(DHCPSTATE, dhcp_ipc_type_t);
H A Drenew.c161 DHCPSTATE oldstate; in dhcp_rebind()
H A Dbound.c95 DHCPSTATE oldstate; in dhcp_bound()
322 DHCPSTATE oldstate; in dhcp_bound_complete()
H A Dagent.c1390 DHCPSTATE oldstate; in rtsock_event()
1521 check_cmd_allowed(DHCPSTATE state, dhcp_ipc_type_t cmd) in check_cmd_allowed()
H A Dstates.c760 is_bound_state(DHCPSTATE state) in is_bound_state()
775 set_smach_state(dhcp_smach_t *dsmp, DHCPSTATE state) in set_smach_state()
/titanic_50/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h191 } DHCPSTATE; typedef
217 DHCPSTATE if_state; /* state of interface; see above */
H A Ddhcpagent_util.h44 extern const char *dhcp_state_to_string(DHCPSTATE);
H A Ddhcpagent_util.c62 dhcp_state_to_string(DHCPSTATE state) in dhcp_state_to_string()
/titanic_50/usr/src/stand/lib/inet/
H A Ddhcpv4.h41 enum DHCPSTATE { INIT, SELECTING, REQUESTING, BOUND, CONFIGURED }; enum
H A Ddhcpv4.c54 static enum DHCPSTATE dhcp_state = INIT;