Home
last modified time | relevance | path

Searched refs:GetHostAddress (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/api/
Ddns_api.cpp192 …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/
Ddns_client.hpp480 …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…
Ddns_client.cpp497 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/
Dtest_dns_client.cpp521 error = response.GetHostAddress(sResolveServiceInfo.mInfo.mHostNameBuffer, index, in ServiceCallback()
Dtest_dnssd_discovery_proxy.cpp406 error = response.GetHostAddress(sResolveServiceInfo.mInfo.mHostNameBuffer, index, in ServiceCallback()