Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp860 uint16_t aMinRecordSize) in FindRecord() argument
883 error = ReadRecord(aMessage, offset, aType, aRecord, aMinRecordSize); in FindRecord()
916 uint16_t aMinRecordSize) in ReadRecord() argument
929 … if (((aType == kTypeAny) || (record.GetType() == aType)) && (record.GetSize() >= aMinRecordSize)) in ReadRecord()
931 IgnoreError(aMessage.Read(aOffset, &aRecord, aMinRecordSize)); in ReadRecord()
932 aOffset += aMinRecordSize; in ReadRecord()
Ddns_types.hpp1504 uint16_t aMinRecordSize);
1510 uint16_t aMinRecordSize);