DHCP_IPC_REPLY_SIZE
dhcp_ipc_reply_t *reply = calloc(1, DHCP_IPC_REPLY_SIZE + buffer_size);
return (dhcp_ipc_recv_msg(fd, (void **)reply, DHCP_IPC_REPLY_SIZE,
return (dhcp_ipc_send_msg(fd, reply, DHCP_IPC_REPLY_SIZE +