Searched refs:kAdditionalDataSection (Results 1 – 2 of 2) sorted by relevance
/external/openthread/src/core/net/ |
D | dns_client.cpp | 125 case kAdditionalDataSection: in SelectSection() 265 …error = FindHostAddress(kAdditionalDataSection, hostName, /* aIndex */ 0, AsCoreType(&aServiceInfo… in FindServiceInfo() 338 section = (info.mQueryType == kIp4AddressQuery) ? kAnswerSection : kAdditionalDataSection; in GetAddress() 388 error = FindServiceInfo(kAdditionalDataSection, instanceName, aServiceInfo); in GetServiceInfo() 399 return FindHostAddress(kAdditionalDataSection, Name(aHostName), aIndex, aAddress, aTtl); in GetHostAddress() 491 return FindHostAddress(kAdditionalDataSection, Name(aHostName), aIndex, aAddress, aTtl); in GetHostAddress() 1027 …if (aResponse.FindARecord(Response::kAdditionalDataSection, queryName, /* aIndex */ 0, aRecord) ==… in ParseResponse()
|
D | dns_client.hpp | 251 kAdditionalDataSection, enumerator
|