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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h72 typedef struct dhcp_ipc_reply dhcp_ipc_reply_t; typedef in typeref:struct:dhcp_ipc_reply
147 extern void *dhcp_ipc_get_data(dhcp_ipc_reply_t *, size_t *,
150 dhcp_ipc_reply_t **, int32_t);
167 extern dhcp_ipc_reply_t *dhcp_ipc_alloc_reply(dhcp_ipc_request_t *, int,
169 extern int dhcp_ipc_send_reply(int, dhcp_ipc_reply_t *);
252 * `dhcp_ipc_reply_t' are incomplete types as far as consumers of this
259 * note: the first 4 fields of the dhcp_ipc_request_t and dhcp_ipc_reply_t
289 #define DHCP_IPC_REPLY_SIZE offsetof(dhcp_ipc_reply_t, buffer)

Completed in 59 milliseconds