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

  /external/mdnsresponder/mDNSShared/
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...]

Completed in 24 milliseconds