HomeSort by relevance Sort by last modified time
    Searched refs:DNSServiceQueryRecord (Results 1 - 8 of 8) sorted by null

  /external/avahi/avahi-compat-libdns_sd/
dns_sd.h 142 /* Flag for creating a long-lived unicast query for the DNSServiceQueryRecord call. */
155 /* Flag for returning CNAME records in the DNSServiceQueryRecord call. CNAME records are
    [all...]
compat.c     [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 222 /* Flag for creating a long-lived unicast query for the DNSServiceQueryRecord call. */
346 * This flag is meaningful only in DNSServiceQueryRecord which suppresses unusable queries on the
356 * When kDNServiceFlagsTimeout is passed to DNSServiceQueryRecord or DNSServiceGetAddrInfo, the query is
361 * and zero length rdata will be returned for DNSServiceQueryRecord.
    [all...]
dnssd_clientshim.c 620 // DNSServiceQueryRecord
639 DNSServiceErrorType DNSServiceQueryRecord
694 LogMsg("DNSServiceQueryRecord(\"%s\", %d, %d) failed: %s (%ld)", fullname, rrtype, rrclass, errormsg, err);
760 // instead of wrapping DNSServiceQueryRecord, which then unnecessarily allocates
762 err = DNSServiceQueryRecord(&x->aQuery, inFlags, inInterfaceIndex, inHostName, kDNSServiceType_A,
764 if (err) { DNSServiceGetAddrInfoDispose((mDNS_DirectOP*)x); errormsg = "DNSServiceQueryRecord"; goto fail; }
dnssd_clientstub.c     [all...]
uds_daemon.c 444 // Remove after Bonjour Browser is updated to use DNSServiceQueryRecord instead of DNSServiceBrowse
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 887 DNSServiceQueryRecord (
962 DNSServiceQueryRecord (
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c     [all...]

Completed in 235 milliseconds