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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h74 typedef struct dhcp_ipc_reply dhcp_ipc_reply_t; typedef in typeref:struct:dhcp_ipc_reply
150 extern void *dhcp_ipc_get_data(dhcp_ipc_reply_t *, size_t *,
153 dhcp_ipc_reply_t **, int32_t);
170 extern dhcp_ipc_reply_t *dhcp_ipc_alloc_reply(dhcp_ipc_request_t *, int,
172 extern int dhcp_ipc_send_reply(int, dhcp_ipc_reply_t *);
267 * `dhcp_ipc_reply_t' are incomplete types as far as consumers of this
274 * note: the first 4 fields of the dhcp_ipc_request_t and dhcp_ipc_reply_t
302 #define DHCP_IPC_REPLY_SIZE (sizeof (dhcp_ipc_reply_t) - 1)

Completed in 16 milliseconds