Searched refs:DHCP_IPC_REQUEST_SIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h290 #define DHCP_IPC_REQUEST_SIZE offsetof(dhcp_ipc_request_t, buffer) macro
H A Ddhcpagent_ipc.c100 dhcp_ipc_request_t *request = calloc(1, DHCP_IPC_REQUEST_SIZE +
243 retval = dhcp_ipc_recv_msg(fd, (void **)request, DHCP_IPC_REQUEST_SIZE,
353 return (dhcp_ipc_send_msg(fd, request, DHCP_IPC_REQUEST_SIZE +

Completed in 60 milliseconds