Searched defs:dhcp_ipc_request_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h73 typedef struct dhcp_ipc_request dhcp_ipc_request_t; typedef in typeref:struct:dhcp_ipc_request
148 extern dhcp_ipc_request_t *dhcp_ipc_alloc_request(dhcp_ipc_type_t, const char *,
152 extern int dhcp_ipc_make_request(dhcp_ipc_request_t *,
169 extern int dhcp_ipc_recv_request(int, dhcp_ipc_request_t **, int);
170 extern dhcp_ipc_reply_t *dhcp_ipc_alloc_reply(dhcp_ipc_request_t *, int,
266 * artifacts which may change. note that a `dhcp_ipc_request_t' and a
274 * note: the first 4 fields of the dhcp_ipc_request_t and dhcp_ipc_reply_t
303 #define DHCP_IPC_REQUEST_SIZE (sizeof (dhcp_ipc_request_t) - 1)

Completed in 16 milliseconds