Searched refs:kAnswerSection (Results 1 – 2 of 2) sorted by relevance
/external/openthread/src/core/net/ |
D | dns_client.cpp | 121 case kAnswerSection: in SelectSection() 338 section = (info.mQueryType == kIp4AddressQuery) ? kAnswerSection : kAdditionalDataSection; in GetAddress() 349 ExitNow(error = FindHostAddress(kAnswerSection, name, aIndex, aAddress, aTtl)); in GetAddress() 370 SelectSection(kAnswerSection, offset, numRecords); in GetServiceInstance() 417 SelectSection(kAnswerSection, offset, numRecords); in FindPtrRecord() 483 return FindServiceInfo(kAnswerSection, Name(*mQuery, kNameOffsetInQuery), aServiceInfo); in GetServiceInfo() 1020 …VerifyOrExit(aResponse.FindHostAddress(Response::kAnswerSection, queryName, /* aIndex */ 0, ip6ddr… in ParseResponse()
|
D | dns_client.hpp | 250 kAnswerSection, enumerator
|