Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_header_ie.hpp211 uint8_t GetSubType(void) const { return mSubType; } in GetSubType() function in ot::Mac::VendorIeHeader
Dmac_frame.cpp1165 …dorIe->GetVendorOui() == ThreadIe::kVendorOuiThreadCompanyId && vendorIe->GetSubType() == aSubType) in GetThreadIe()
1240 VerifyOrExit(timeIe->GetSubType() == TimeIe::kVendorIeTime, timeIe = nullptr); in GetTimeIe()
/openthread-latest/tests/unit/
Dtest_message.cpp94 VerifyOrQuit(messageCopy->GetSubType() == message->GetSubType()); in TestMessage()
/openthread-latest/src/core/common/
Dmessage.hpp554 SubType GetSubType(void) const { return static_cast<SubType>(GetMetadata().mSubType); } in GetSubType() function in ot::Message
569 bool IsSubTypeMle(void) const { return (GetSubType() == kSubTypeMle); } in IsSubTypeMle()
Dmessage.cpp323 return (GetSubType() == kSubTypeMle) && (GetMetadata().mMleCommand == aMleCommand); in IsMleCommand()
781 messageCopy->SetSubType(GetSubType()); in Clone()
/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp73 if (message.GetSubType() != Message::kSubTypeMplRetransmission) in SendMessage()
Dmesh_forwarder.cpp912 if (aMessage.GetSubType() == Message::kSubTypeJoinerEntrust) in PrepareDataFrame()
/openthread-latest/src/core/meshcop/
Dcommissioner.cpp1066 if (aMessage.GetSubType() == Message::kSubTypeJoinerFinalizeResponse) in SendRelayTransmit()
Dsecure_transport.cpp361 mMessageSubType = aMessage.GetSubType(); in Send()