Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.hpp2606 uint8_t GetBitmapLength(void) { return mBitmapLength; } in GetBitmapLength()
2613 …16_t GetSize(void) const { return (sizeof(mBlockNumber) + sizeof(mBitmapLength) + mBitmapLength); } in GetSize()
2641 uint8_t mBitmapLength; member in ot::Dns::NsecRecord::TypeBitMap
Ddns_types.cpp1355 mBitmapLength = Max<uint8_t>(mBitmapLength, index + 1); in AddType()
1368 VerifyOrExit(index < mBitmapLength); in ContainsType()