Searched refs:FindHostAddress (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/net/ |
D | dns_client.cpp | 200 Error Client::Response::FindHostAddress(Section aSection, in FindHostAddress() function in ot::Dns::Client::Response 309 …error = FindHostAddress(kAdditionalDataSection, hostName, /* aIndex */ 0, AsCoreType(&aServiceInfo… in ReadServiceInfo() 444 ExitNow(error = FindHostAddress(kAnswerSection, name, aIndex, aAddress, aTtl)); in GetAddress() 502 return FindHostAddress(kAdditionalDataSection, Name(aHostName), aIndex, aAddress, aTtl); in GetHostAddress() 604 IgnoreError(response->FindHostAddress(kAnswerSection, name, /* aIndex */ 0, in GetServiceInfo() 678 error = response->FindHostAddress(section, Name(aHostName), aIndex, aAddress, aTtl); in GetHostAddress()
|
D | dns_client.hpp | 293 Error FindHostAddress(Section aSection,
|