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

  /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 605 // DNSServiceQueryRecord
624 DNSServiceErrorType DNSServiceQueryRecord
679 LogMsg("DNSServiceQueryRecord(\"%s\", %d, %d) failed: %s (%ld)", fullname, rrtype, rrclass, errormsg, err);
745 // instead of wrapping DNSServiceQueryRecord, which then unnecessarily allocates
747 err = DNSServiceQueryRecord(&x->aQuery, inFlags, inInterfaceIndex, inHostName, kDNSServiceType_A,
749 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 267 milliseconds