Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/mac/
Dmac_frame.hpp180 void SetSubType(uint8_t aSubType) { mSubType = aSubType; } in SetSubType() argument
984 …uint8_t *GetThreadIe(uint8_t aSubType) { return AsNonConst(AsConst(this)->GetThreadIe(aSubType)); } in GetThreadIe() argument
996 const uint8_t *GetThreadIe(uint8_t aSubType) const;
Dmac_frame.cpp1167 const uint8_t *Frame::GetThreadIe(uint8_t aSubType) const in GetThreadIe()
1185 …dorIe->GetVendorOui() == ThreadIe::kVendorOuiThreadCompanyId && vendorIe->GetSubType() == aSubType) in GetThreadIe()
/openthread-3.7.0/src/core/thread/
Dmesh_forwarder_ftd.cpp269 void MeshForwarder::RemoveMessages(Child &aChild, Message::SubType aSubType) in RemoveMessages() argument
273 if ((aSubType != Message::kSubTypeNone) && (aSubType != message.GetSubType())) in RemoveMessages()
Dmesh_forwarder.hpp261 void RemoveMessages(Child &aChild, Message::SubType aSubType);
Dmle.hpp1307 …void RemoveDelayedMessage(Message::SubType aSubType, MessageType aMessageType, const Ip6::Address …
Dmle.cpp1666 void Mle::RemoveDelayedMessage(Message::SubType aSubType, MessageType aMessageType, const Ip6::Addr… in RemoveDelayedMessage() argument
1674 if ((message.GetSubType() == aSubType) && in RemoveDelayedMessage()
/openthread-3.7.0/src/core/common/
Dmessage.hpp533 void SetSubType(SubType aSubType) { GetMetadata().mSubType = aSubType; } in SetSubType() argument
/openthread-3.7.0/src/core/net/
Dmdns.cpp2436 …d Core::ServiceEntry::AppendPtrRecordTo(TxMessage &aTxMessage, Section aSection, SubType *aSubType) in AppendPtrRecordTo() argument
2442 RecordInfo &ptrRecord = (aSubType == nullptr) ? mPtrRecord : aSubType->mPtrRecord; in AppendPtrRecordTo()
2454 if (aSubType == nullptr) in AppendPtrRecordTo()
2460 AppendSubServiceNameTo(aTxMessage, aSection, *aSubType); in AppendPtrRecordTo()
2540 …e::ServiceEntry::AppendSubServiceNameTo(TxMessage &aTxMessage, Section aSection, SubType &aSubType) in AppendSubServiceNameTo() argument
2544 …outcome = aTxMessage.AppendLabel(aSection, aSubType.mLabel.AsCString(), aSubType.mSubServiceNameOf… in AppendSubServiceNameTo()
Dmdns.hpp1162 … void AppendPtrRecordTo(TxMessage &aTxMessage, Section aSection, SubType *aSubType = nullptr);
1168 void AppendSubServiceNameTo(TxMessage &aTxMessage, Section aSection, SubType &aSubType);