Searched refs:BROADFD (Results 1 - 1 of 1) sorted by path

/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c89 #define BROADFD broad_domain->dom_pipe_fds[1] macro
604 if (write(BROADFD, &buf, sizeof(buf)) < 0)
613 FD_SET(BROADFD, &fds);
616 if (FD_ISSET(BROADFD, &fds)) {
617 if (write(BROADFD, addr, sizeof(struct sockaddr_in)) < 0)
623 close(BROADFD);

Completed in 121 milliseconds