Home
last modified time | relevance | path

Searched refs:DNSServiceGetProperty (Results 1 – 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLL/
Ddnssd.def38 DNSServiceGetProperty
/external/mdnsresponder/mDNSShared/
Ddns_sd.h663 DNSServiceErrorType DNSSD_API DNSServiceGetProperty
Ddnssd_clientstub.c1076 DNSServiceErrorType DNSSD_API DNSServiceGetProperty(const char *property, void *result, uint32_t *s… in DNSServiceGetProperty() function
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp474 DNSServiceGetProperty in DNSServiceGetProperty() function
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSD.cpp466 err = DNSServiceGetProperty( propUTF8.c_str(), &byteArray[ 0 ], &elems ); in GetProperty()
DDNSSDService.cpp1050 err = DNSServiceGetProperty( propUTF8.c_str(), &byteArray[ 0 ], &elems ); in GetProperty()
/external/mdnsresponder/Clients/
Ddns-sd.c1290 err = DNSServiceGetProperty(kDNSServiceProperty_DaemonVersion, &v, &size); in main()