Searched refs:DHCP_IPC_REPLY_SIZE (Results 1 – 2 of 2) sorted by relevance
137 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()
296 #define DHCP_IPC_REPLY_SIZE offsetof(dhcp_ipc_reply_t, buffer) macro