Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypbind/
H A Dypbind.c87 #define READFD ypdb->dom_pipe_fds[0] macro
501 if (READFD > 0 && FD_ISSET(READFD, &fdsr)) { in main()
546 if ((d = read(READFD, &buf, sizeof(buf))) <= 0) in handle_children()
549 if ((a = read(READFD, &addr, sizeof(struct sockaddr_in))) < 0) in handle_children()
552 close(READFD); in handle_children()
553 FD_CLR(READFD, &fdsr); in handle_children()
554 FD_CLR(READFD, &svc_fdset); in handle_children()
555 READFD = WRITEFD = -1; in handle_children()
685 close(READFD); in broadcast()
691 close(READFD); in broadcast()
[all …]