Searched refs:NsecRecord (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()
2784 class NsecRecord : public ResourceRecord class
1292 NsecRecord nsec; in AppendNsecRecordTo()1293 NsecRecord::TypeBitMap bitmap; in AppendNsecRecordTo()
248 NsecRecord::TypeBitMap mNsecBitmap; // For NSEC324 NsecRecord::TypeBitMap &bitmap = mData.mNsecBitmap; in ParseFrom()327 SuccessOrQuit(aMessage.Read(offset, &bitmap, NsecRecord::TypeBitMap::kMinSize)); in ParseFrom()329 VerifyOrQuit(bitmap.GetBitmapLength() <= NsecRecord::TypeBitMap::kMaxLength); in ParseFrom()