Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h166 extern int dhcp_ipc_accept(int, int *, int *);
H A Dmapfile-vers43 dhcp_ipc_accept;
H A Ddhcpagent_ipc.c471 dhcp_ipc_accept(int listen_fd, int *fd, int *is_priv) in dhcp_ipc_accept() function
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c424 if (dhcp_ipc_accept(fd, &client_fd, &is_priv) != 0) { in accept_event()