Searched refs:dns_sd_fd (Results 1 – 2 of 2) sorted by relevance
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 );
1002 int dns_sd_fd = DNSServiceRefSockFD(sdref); in handle_events() local1003 int nfds = dns_sd_fd + 1; in handle_events()1011 FD_SET(dns_sd_fd, &readfds); in handle_events()1019 if (FD_ISSET(dns_sd_fd, &readfds)) in handle_events()