Searched refs:GetHostAddress (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/api/ |
D | dns_api.cpp | 192 …return AsCoreType(aResponse).GetHostAddress(aHostName, aIndex, AsCoreType(aAddress), aTtl != nullp… in otDnsBrowseResponseGetHostAddress() 250 return AsCoreType(aResponse).GetHostAddress(aHostName, aIndex, AsCoreType(aAddress), in otDnsServiceResponseGetHostAddress()
|
/openthread-latest/src/core/net/ |
D | dns_client.hpp | 480 …Error GetHostAddress(const char *aHostName, uint16_t aIndex, Ip6::Address &aAddress, uint32_t &aTt… 558 …Error GetHostAddress(const char *aHostName, uint16_t aIndex, Ip6::Address &aAddress, uint32_t &aTt…
|
D | dns_client.cpp | 497 Error Client::BrowseResponse::GetHostAddress(const char *aHostName, in GetHostAddress() function in ot::Dns::Client::BrowseResponse 651 Error Client::ServiceResponse::GetHostAddress(const char *aHostName, in GetHostAddress() function in ot::Dns::Client::ServiceResponse
|
/openthread-latest/tests/unit/ |
D | test_dns_client.cpp | 521 error = response.GetHostAddress(sResolveServiceInfo.mInfo.mHostNameBuffer, index, in ServiceCallback()
|
D | test_dnssd_discovery_proxy.cpp | 406 error = response.GetHostAddress(sResolveServiceInfo.mInfo.mHostNameBuffer, index, in ServiceCallback()
|