Home
last modified time | relevance | path

Searched refs:kTypeExtended (Results 1 – 8 of 8) sorted by relevance

/openthread-3.4.0/src/core/mac/
Dmac_types.hpp254 kTypeExtended, ///< IEEE 802.15.4 Extended Address. enumerator
296 bool IsExtended(void) const { return (mType == kTypeExtended); } in IsExtended()
361 mType = kTypeExtended; in SetExtended()
377 mType = kTypeExtended; in SetExtended()
Dmac_types.cpp97 if (mType == kTypeExtended) in ToString()
Dmac_frame.cpp82 case Address::kTypeExtended: in InitMacHeader()
96 case Address::kTypeExtended: in InitMacHeader()
321 case Address::kTypeExtended: in SetDstAddr()
494 case Address::kTypeExtended: in SetSrcAddr()
Dmac.cpp1770 case Address::kTypeExtended: in HandleReceivedFrame()
1796 case Address::kTypeExtended: in HandleReceivedFrame()
/openthread-3.4.0/examples/platforms/utils/
Dmac_frame.cpp54 case Mac::Address::kTypeExtended: in otMacFrameDoesAddrMatch()
107 case Mac::Address::kTypeExtended: in GetOtMacAddress()
/openthread-3.4.0/src/core/common/
Dframe_builder.cpp102 case Mac::Address::kTypeExtended: in AppendMacAddress()
/openthread-3.4.0/tests/unit/
Dtest_mac_frame.cpp69 case Mac::Address::kTypeExtended: in CompareAddresses()
141 VerifyOrQuit(addr.GetType() == Mac::Address::kTypeExtended); in TestMacAddress()
147 VerifyOrQuit(addr.GetType() == Mac::Address::kTypeExtended); in TestMacAddress()
/openthread-3.4.0/src/core/thread/
Dlowpan.cpp85 case Mac::Address::kTypeExtended: in ComputeIid()