Searched refs:TypeBitMap (Results 1 – 4 of 4) sorted by relevance
1352 void NsecRecord::TypeBitMap::AddType(uint16_t aType) in AddType()1365 bool NsecRecord::TypeBitMap::ContainsType(uint16_t aType) const in ContainsType()
2794 class TypeBitMap : public Clearable<TypeBitMap> class in ot::Dns::NsecRecord
1302 NsecRecord::TypeBitMap bitmap; in AppendNsecRecordTo()
252 NsecRecord::TypeBitMap mNsecBitmap; // For NSEC328 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()