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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h71 typedef struct dhcp_ipc_request dhcp_ipc_request_t; typedef in typeref:struct:dhcp_ipc_request
145 extern dhcp_ipc_request_t *dhcp_ipc_alloc_request(dhcp_ipc_type_t, const char *,
149 extern int dhcp_ipc_make_request(dhcp_ipc_request_t *,
166 extern int dhcp_ipc_recv_request(int, dhcp_ipc_request_t **, int);
167 extern dhcp_ipc_reply_t *dhcp_ipc_alloc_reply(dhcp_ipc_request_t *, int,
251 * artifacts which may change. note that a `dhcp_ipc_request_t' and a
259 * note: the first 4 fields of the dhcp_ipc_request_t and dhcp_ipc_reply_t
290 #define DHCP_IPC_REQUEST_SIZE offsetof(dhcp_ipc_request_t, buffer)

Completed in 60 milliseconds