Home
last modified time | relevance | path

Searched defs:IsExtended (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/core/common/
Dtlvs.hpp89 bool IsExtended(void) const { return (mLength == kExtendedLength); } in IsExtended() function in ot::Tlv
/openthread-2.7.6/src/core/mac/
Dmac_types.hpp293 bool IsExtended(void) const { return (mType == kTypeExtended); } in IsExtended() function in ot::Mac::Address