Searched refs:SelectSection (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/net/ |
D | dns_client.cpp | 131 void Client::Response::SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) con… in SelectSection() function in ot::Dns::Client::Response 172 SelectSection(aSection, offset, numRecords); in CheckForHostNameAlias() 214 SelectSection(aSection, offset, numRecords); in FindHostAddress() 234 SelectSection(aSection, offset, numRecords); in FindARecord() 285 SelectSection(aSection, offset, numRecords); in ReadServiceInfo() 346 SelectSection(aSection, offset, numRecords); in ReadTxtRecord() 465 SelectSection(kAnswerSection, offset, numRecords); in GetServiceInstance() 520 SelectSection(kAnswerSection, offset, numRecords); in FindPtrRecord()
|
D | dns_client.hpp | 291 void SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) const;
|