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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.h48 extern const char *dhcp_status_reply_to_string(dhcp_ipc_reply_t *);
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)
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)
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dipc_action.c246 dhcp_ipc_reply_t *reply;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c58 dhcp_ipc_reply_t *reply;
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c151 dhcp_ipc_reply_t *reply;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c320 dhcp_ipc_reply_t *reply = NULL;
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c2949 dhcp_ipc_reply_t *reply = NULL;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c4310 dhcp_ipc_reply_t *reply = NULL;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c3368 dhcp_ipc_reply_t *reply;

Completed in 723 milliseconds