Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientstub.c156 struct _DNSServiceRef_t struct
158 DNSServiceOp *next; // For shared connection
159 DNSServiceOp *primary; // For shared connection
160 dnssd_sock_t sockfd; // Connected socket between client and daemon
164 uint32_t op; // request_op_t or reply_op_t
169 void *AppCallback; // Client callback function and context
170 void *AppContext;
171 DNSRecord *rec;
173 dispatch_source_t disp_source;
174 dispatch_queue_t disp_queue;
[all …]