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.h289 #define DHCP_IPC_REPLY_SIZE offsetof(dhcp_ipc_reply_t, buffer) macro
H A Ddhcpagent_ipc.c134 dhcp_ipc_reply_t *reply = calloc(1, DHCP_IPC_REPLY_SIZE + buffer_size);
290 return (dhcp_ipc_recv_msg(fd, (void **)reply, DHCP_IPC_REPLY_SIZE,
330 return (dhcp_ipc_send_msg(fd, reply, DHCP_IPC_REPLY_SIZE +

Completed in 72 milliseconds