Home
last modified time | relevance | path

Searched defs:aSubType (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_header_ie.hpp218 void SetSubType(uint8_t aSubType) { mSubType = aSubType; } in SetSubType()
Dmac_frame.hpp648 …uint8_t *GetThreadIe(uint8_t aSubType) { return AsNonConst(AsConst(this)->GetThreadIe(aSubType)); } in GetThreadIe()
/openthread-latest/src/core/common/
Dmessage.hpp561 void SetSubType(SubType aSubType) { GetMetadata().mSubType = aSubType; } in SetSubType()
/openthread-latest/src/core/net/
Dmdns.cpp2602 …d Core::ServiceEntry::AppendPtrRecordTo(TxMessage &aTxMessage, Section aSection, SubType *aSubType) in AppendPtrRecordTo()
2717 …e::ServiceEntry::AppendSubServiceNameTo(TxMessage &aTxMessage, Section aSection, SubType &aSubType) in AppendSubServiceNameTo()