Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics_types.hpp142 static bool IsExtended(uint8_t aTypeId) { return (aTypeId & kExtendedFlag); } in IsExtended() function in ot::LinkMetrics::TypeId
/openthread-latest/src/core/common/
Dtlvs.hpp84 bool IsExtended(void) const { return (mLength == kExtendedLength); } in IsExtended() function in ot::Tlv
/openthread-latest/src/core/mac/
Dmac_types.hpp280 bool IsExtended(void) const { return (mType == kTypeExtended); } in IsExtended() function in ot::Mac::Address