Searched defs:_DNSServiceRef_t (Results 1 – 2 of 2) sorted by relevance
63 struct _DNSServiceRef_t { struct64 int n_ref;66 AvahiSimplePoll *simple_poll;68 int thread_fd, main_fd;70 pthread_t thread;71 int thread_running;73 pthread_mutex_t mutex;75 void *context;76 DNSServiceBrowseReply service_browser_callback;77 DNSServiceResolveReply service_resolver_callback;[all …]
128 struct _DNSServiceRef_t struct130 DNSServiceOp *next; // For shared connection131 DNSServiceOp *primary; // For shared connection132 dnssd_sock_t sockfd; // Connected socket between client and daemon133 dnssd_sock_t validator; // Used to detect memory corruption, double disposals, etc.134 …ontext_t uid; // For shared connection requests, each subordinate DNSServiceRef has its own ID,136 uint32_t op; // request_op_t or reply_op_t137 …t32_t max_index; // Largest assigned record index - 0 if no additional records registered138 uint32_t logcounter; // Counter used to control number of syslog messages we write139 … *moreptr; // Set while DNSServiceProcessResult working on this particular DNSServiceRef[all …]