HomeSort by relevance Sort by last modified time
    Searched defs:DNSServiceRef (Results 1 - 2 of 2) sorted by null

  /external/avahi/avahi-compat-libdns_sd/
dns_sd.h 81 /* DNSServiceRef, DNSRecordRef
88 typedef struct _DNSServiceRef_t *DNSServiceRef;
129 * DNSServiceRef. Shared indicates that there may be multiple records
363 * Unix Domain Socket access, DNSServiceRef deallocation, and data processing functions
370 * Access underlying Unix domain socket for an initialized DNSServiceRef.
383 * sdRef: A DNSServiceRef initialized by any of the DNSService calls.
385 * return value: The DNSServiceRef's underlying socket descriptor, or -1 on
389 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdRef);
403 * sdRef: A DNSServiceRef initialized by any of the DNSService calls
410 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef)
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 143 /* DNSServiceRef, DNSRecordRef
150 typedef struct _DNSServiceRef_t *DNSServiceRef;
209 * DNSServiceRef. Shared indicates that there may be multiple records
271 * call DNSServiceCreateConnection(&MainRef) to initialize the main DNSServiceRef.
274 * to tell the library that this DNSServiceRef is not a typical uninitialized DNSServiceRef;
275 * it's a copy of an existing DNSServiceRef whose connection information should be reused.
280 * DNSServiceRef MainRef;
283 * DNSServiceRef BrowseRef = MainRef; // Important: COPY the primary DNSServiceRef first..
    [all...]

Completed in 131 milliseconds