Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp996 void AnswerProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecordsLength);
997 … void AnswerNonProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecordsLength);
Dmdns.cpp1194 …e::Entry::AnswerNonProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecordsLength) in AnswerNonProbe() argument
1202 for (uint16_t index = 0; index < aRecordsLength; index++) in AnswerNonProbe()
1231 …Core::Entry::AnswerProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecordsLength) in AnswerProbe() argument
1242 for (uint16_t index = 0; index < aRecordsLength; index++) in AnswerProbe()
1290 for (uint16_t index = 0; index < aRecordsLength; index++) in AnswerProbe()