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

  /external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.cpp 371 DNSServiceQueryRecord
  /external/mdnsresponder/mDNSShared/
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...]

Completed in 94 milliseconds