Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_types.hpp243 kTypeExtended, ///< IEEE 802.15.4 Extended Address. enumerator
280 bool IsExtended(void) const { return (mType == kTypeExtended); } in IsExtended()
339 mType = kTypeExtended; in SetExtended()
354 mType = kTypeExtended; in SetExtended()
Dmac_types.cpp111 case kTypeExtended: in operator ==()
128 if (mType == kTypeExtended) in ToString()
Dsub_mac_csl_receiver.cpp270 (dst.GetType() == Address::kTypeExtended && dst.GetExtended() == GetExtAddress())); in LogReceived()
Dmac.cpp1889 case Address::kTypeExtended: in HandleReceivedFrame()
1915 case Address::kTypeExtended: in HandleReceivedFrame()
Dmac_frame.cpp941 case Address::kTypeExtended: in DetermineFcfAddrType()
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp69 case Mac::Address::kTypeExtended: in otMacFrameDoesAddrMatchAny()
122 case Mac::Address::kTypeExtended: in GetOtMacAddress()
/openthread-latest/src/core/common/
Dframe_builder.cpp96 case Mac::Address::kTypeExtended: in AppendMacAddress()
/openthread-latest/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-latest/src/core/thread/
Dlowpan.cpp74 case Mac::Address::kTypeExtended: in ComputeIid()