Searched defs:_DNSServiceRef_t (Results 1 – 2 of 2) sorted by relevance
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 …]
31 struct _DNSServiceRef_t {}; struct