Searched refs:DHCP_IPC_REPLY_SIZE (Results 1 – 2 of 2) sorted by relevance
134 dhcp_ipc_reply_t *reply = calloc(1, DHCP_IPC_REPLY_SIZE + buffer_size); in dhcp_ipc_alloc_reply()290 return (dhcp_ipc_recv_msg(fd, (void **)reply, DHCP_IPC_REPLY_SIZE, in dhcp_ipc_recv_reply()330 return (dhcp_ipc_send_msg(fd, reply, DHCP_IPC_REPLY_SIZE + in dhcp_ipc_send_reply()
284 #define DHCP_IPC_REPLY_SIZE (sizeof (dhcp_ipc_reply_t) - 1) macro