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

/freebsd-current/usr.sbin/ypldap/
H A Dldapclient.c349 int pipe_dns[2]; local
371 if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, pipe_dns) == -1)
373 ypldap_dns(pipe_dns, pw);
374 close(pipe_dns[1]);
419 imsg_init(&env.sc_iev_dns->ibuf, pipe_dns[0]);

Completed in 117 milliseconds