Home
last modified time | relevance | path

Searched refs:dhcp_ipc_send_reply (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h170 extern int dhcp_ipc_send_reply(int, dhcp_ipc_reply_t *);
H A Dmapfile-vers52 dhcp_ipc_send_reply;
H A Ddhcpagent_ipc.c331 dhcp_ipc_send_reply(int fd, dhcp_ipc_reply_t *reply) in dhcp_ipc_send_reply() function
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dipc_action.c258 } else if ((retval = dhcp_ipc_send_reply(ia->ia_fd, reply)) != 0) { in send_data_reply()