Searched defs:DNSServiceRef (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h132 /* DNSServiceRef, DNSRecordRef
139 typedef struct _DNSServiceRef_t *DNSServiceRef; typedef in typeref:struct:_DNSServiceRef_t
204 * DNSServiceRef. Shared indicates that there may be multiple records
265 * call DNSServiceCreateConnection(&MainRef) to initialize the main DNSServiceRef.
268 * to tell the library that this DNSServiceRef is not a typical uninitialized DNSServiceRef;
269 * it's a copy of an existing DNSServiceRef whose connection information should be reused.
274 * DNSServiceRef MainRef;
277 * DNSServiceRef BrowseRef = MainRef; // Important: COPY the primary DNSServiceRef firs
[all...]

Completed in 60 milliseconds