Home
last modified time | relevance | path

Searched defs:_DNSServiceRef_t (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c141 struct _DNSServiceRef_t struct
143 DNSServiceOp *next; // For shared connection
144 DNSServiceOp *primary; // For shared connection
145 dnssd_sock_t sockfd; // Connected socket between client and daemon
146 dnssd_sock_t validator; // Used to detect memory corruption, double disposals, etc.
147 …id; // For shared connection requests, each subordinate DNSServiceRef has its own ID,
149 uint32_t op; // request_op_t or reply_op_t
150 …max_index; // Largest assigned record index - 0 if no additional records registered
151 … uint32_t logcounter; // Counter used to control number of syslog messages we write
152 … *moreptr; // Set while DNSServiceProcessResult working on this particular DNSServiceRef
[all …]