HomeSort by relevance Sort by last modified time
    Searched refs:DNSServiceQueryRecord (Results 1 - 12 of 12) 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 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/mDNSWindows/DLLStub/
DLLStub.cpp 371 DNSServiceQueryRecord
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 936 err = DNSServiceQueryRecord( &obj->resolver4, 0, 0, name, kDNSServiceType_A, kDNSServiceClass_IN, QueryRecordCallback4, obj );
970 err = DNSServiceQueryRecord( &obj->resolver6, 0, 0, name, kDNSServiceType_AAAA, kDNSServiceClass_IN, QueryRecordCallback6, obj );
    [all...]
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 973 * This maps to DNSServiceQueryRecord(). Returns an
991 int err = DNSServiceQueryRecord(&sdRef->m_impl->m_ref, flags, interfaceIndex, pFullname->c_str(), rrtype, rrclass, (DNSServiceQueryRecordReply) ServiceRef::ServiceRefImpl::QueryRecordCallback, sdRef->m_impl);
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 277 err = DNSServiceQueryRecord( &sref, flags, ifIndex, fullNameUTF8.c_str(), ( uint16_t ) rrtype, ( uint16_t ) rrclass, ( DNSServiceQueryRecordReply ) &QueryRecordReply, object );
DNSSDService.cpp 700 err = DNSServiceQueryRecord( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, fullNameUTF8.c_str(), ( uint16_t ) rrtype, ( uint16_t ) rrclass, ( DNSServiceQueryRecordReply ) &QueryRecordReply, object );
  /external/mdnsresponder/Clients/
dns-sd.c     [all...]
  /external/libcups/cups/
dest.c     [all...]

Completed in 305 milliseconds