Home | History | Annotate | Download | only in Clients

Lines Matching full:dns_sd_fd

849 	int dns_sd_fd  = client    ? DNSServiceRefSockFD(client   ) : -1;
851 int nfds = dns_sd_fd + 1;
856 if (dns_sd_fd2 > dns_sd_fd) nfds = dns_sd_fd2 + 1;
866 if (client ) FD_SET(dns_sd_fd , &readfds);
877 if (client && FD_ISSET(dns_sd_fd , &readfds)) err = DNSServiceProcessResult(client );