Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.cpp192 size = kEntryHeaderSize + entry->GetMaskLength(); in Parse()
201 VerifyOrExit(entry->GetMaskLength() == kMaskLength); in Parse()
Dmeshcop_tlvs.hpp671 uint8_t GetMaskLength(void) const { return mMaskLength; } in GetMaskLength() function in ot::MeshCoP::ChannelMaskTlv::Entry