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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dipc_action.c257 } else if ((retval = dhcp_ipc_send_reply(ia->ia_fd, reply)) != 0) {
258 dhcpmsg(MSG_ERROR, "send_data_reply: dhcp_ipc_send_reply: %s",
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h169 extern int dhcp_ipc_send_reply(int, dhcp_ipc_reply_t *);
H A Ddhcpagent_ipc.c320 * dhcp_ipc_send_reply(): transmits a reply using the agent's ipc protocol
328 dhcp_ipc_send_reply(int fd, dhcp_ipc_reply_t *reply) function

Completed in 47 milliseconds