Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_client.cpp131 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()
Ddns_client.hpp291 void SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) const;