Searched refs:NsecRecord (Results 1 – 4 of 4) sorted by relevance
1346 void NsecRecord::TypeBitMap::AddType(uint16_t aType) in AddType()1359 bool NsecRecord::TypeBitMap::ContainsType(uint16_t aType) const in ContainsType()
2571 class NsecRecord : public ResourceRecord class
1416 NsecRecord nsec; in AppendNsecRecordTo()1417 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()