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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.h44 extern const char *dhcp_status_reply_to_string(dhcp_ipc_reply_t *);
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)
H A Ddhcpagent_ipc.c50 * sends a dhcp_ipc_reply_t back to the client. since the requests
62 * the format of a reply is much the same: a single dhcp_ipc_reply_t;
63 * note again that the length of the dhcp_ipc_reply_t is variable.
120 * dhcp_ipc_alloc_reply(): allocates a dhcp_ipc_reply_t
127 * output: dhcp_ipc_reply_t *: the reply on success, NULL on failure
130 dhcp_ipc_reply_t *
134 dhcp_ipc_reply_t *reply = calloc(1, DHCP_IPC_REPLY_SIZE + buffer_size);
152 * dhcp_ipc_get_data(): gets the data and data type from a dhcp_ipc_reply_t
154 * input: dhcp_ipc_reply_t *: the reply to get data from
161 dhcp_ipc_get_data(dhcp_ipc_reply_t *repl
[all...]
H A Ddhcpagent_util.c124 dhcp_ipc_reply_t *reply;
233 dhcp_status_reply_to_string(dhcp_ipc_reply_t *reply)
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c69 int *, dhcp_ipc_reply_t **);
1473 dhcp_ipc_reply_t *dhreply = NULL;
3680 dhcp_ipc_reply_t **dhreply)
3683 dhcp_ipc_reply_t *reply = NULL;
3755 dhcp_ipc_reply_t *dhreply = NULL;

Completed in 27 milliseconds