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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c295 * dhcp_ipc_send_msg(): transmits a message using the agent's ipc protocol
304 dhcp_ipc_send_msg(int fd, void *msg, uint32_t message_length) function
330 return (dhcp_ipc_send_msg(fd, reply, DHCP_IPC_REPLY_SIZE +
353 return (dhcp_ipc_send_msg(fd, request, DHCP_IPC_REQUEST_SIZE +

Completed in 56 milliseconds