Home
last modified time | relevance | path

Searched refs:FindHostAddress (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Ddns_client.cpp200 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()
Ddns_client.hpp293 Error FindHostAddress(Section aSection,