Home
last modified time | relevance | path

Searched refs:TypeBitMap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.cpp1352 void NsecRecord::TypeBitMap::AddType(uint16_t aType) in AddType()
1365 bool NsecRecord::TypeBitMap::ContainsType(uint16_t aType) const in ContainsType()
H A Ddns_types.hpp2794 class TypeBitMap : public Clearable<TypeBitMap> class in ot::Dns::NsecRecord
H A Dmdns.cpp1302 NsecRecord::TypeBitMap bitmap; in AppendNsecRecordTo()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp252 NsecRecord::TypeBitMap mNsecBitmap; // For NSEC
328 NsecRecord::TypeBitMap &bitmap = mData.mNsecBitmap; in ParseFrom()
331 SuccessOrQuit(aMessage.Read(offset, &bitmap, NsecRecord::TypeBitMap::kMinSize)); in ParseFrom()
333 VerifyOrQuit(bitmap.GetBitmapLength() <= NsecRecord::TypeBitMap::kMaxLength); in ParseFrom()