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

  /external/mdnsresponder/mDNSShared/
dns_sd.h     [all...]
dnssd_clientshim.c 78 DNSServiceGetAddrInfoReply callback;
741 DNSServiceGetAddrInfoReply inCallback,
dnssd_clientstub.c     [all...]
  /external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.cpp 456 DNSServiceGetAddrInfoReply callBack,
460 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServiceProtocol, const char*, DNSServiceGetAddrInfoReply, void* );
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 329 err = DNSServiceGetAddrInfo( &sref, flags, ifIndex, addressFamily, hostNameUTF8.c_str(), ( DNSServiceGetAddrInfoReply ) &GetAddrInfoReply, object );
DNSSDService.cpp 1144 err = DNSServiceGetAddrInfo( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, addressFamily, hostNameUTF8.c_str(), ( DNSServiceGetAddrInfoReply ) &GetAddrInfoReply, object );

Completed in 75 milliseconds