Searched refs:ipc_action_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dipc_action.h55 } ipc_action_t; typedef in typeref:struct:ipc_action
57 void ipc_action_init(ipc_action_t *);
58 boolean_t ipc_action_start(dhcp_smach_t *, ipc_action_t *);
60 void send_error_reply(ipc_action_t *, int);
61 void send_ok_reply(ipc_action_t *);
62 void send_data_reply(ipc_action_t *, int, dhcp_data_type_t,
H A Dipc_action.c44 * input: ipc_action_t *: the structure to initialize
49 ipc_action_init(ipc_action_t *ia)
62 * ipc_action_t *: request structure
68 ipc_action_start(dhcp_smach_t *dsmp, ipc_action_t *iareq)
201 * input: ipc_action_t *: the request to reply to
207 send_ok_reply(ipc_action_t *ia)
216 * input: ipc_action_t *: the request to reply to
223 send_error_reply(ipc_action_t *ia, int error)
231 * input: ipc_action_t *: the request to reply to
243 send_data_reply(ipc_action_t *i
[all...]
H A Dstates.h84 ipc_action_t dsm_ia;
H A Dagent.c444 ipc_action_t ia, *iap;

Completed in 89 milliseconds