Home
last modified time | relevance | path

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

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