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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.h44 extern const char *dhcp_state_to_string(DHCPSTATE);
H A Ddhcpagent_ipc.h194 } DHCPSTATE; typedef in typeref:enum:__anon88
220 DHCPSTATE if_state; /* state of interface; see above */
H A Ddhcpagent_util.c57 * input: DHCPSTATE: the state to get the name of
62 dhcp_state_to_string(DHCPSTATE state)
/illumos-gate/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;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.h66 boolean_t check_cmd_allowed(DHCPSTATE, dhcp_ipc_type_t);
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 Drenew.c161 DHCPSTATE oldstate;
H A Dagent.c1390 DHCPSTATE oldstate;
1515 * input: DHCPSTATE: current state
1521 check_cmd_allowed(DHCPSTATE state, dhcp_ipc_type_t cmd)
H A Dbound.c95 DHCPSTATE oldstate;
322 DHCPSTATE oldstate;
H A Dstates.c755 * input: DHCPSTATE: the state to check
760 is_bound_state(DHCPSTATE state)
770 * DHCPSTATE: the new state
775 set_smach_state(dhcp_smach_t *dsmp, DHCPSTATE state)

Completed in 78 milliseconds