Home
last modified time | relevance | path

Searched refs:DHCP_IPC_REPLY_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c137 dhcp_ipc_reply_t *reply = calloc(1, DHCP_IPC_REPLY_SIZE + buffer_size); in dhcp_ipc_alloc_reply()
293 return (dhcp_ipc_recv_msg(fd, (void **)reply, DHCP_IPC_REPLY_SIZE, in dhcp_ipc_recv_reply()
333 return (dhcp_ipc_send_msg(fd, reply, DHCP_IPC_REPLY_SIZE + in dhcp_ipc_send_reply()
H A Ddhcpagent_ipc.h296 #define DHCP_IPC_REPLY_SIZE offsetof(dhcp_ipc_reply_t, buffer) macro