Home
last modified time | relevance | path

Searched refs:GetThreadIe (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.hpp223 const uint8_t *ie = GetThreadIe(ConnectionIe::kThreadIeSubtype); in GetConnectionIe()
648 …uint8_t *GetThreadIe(uint8_t aSubType) { return AsNonConst(AsConst(this)->GetThreadIe(aSubType)); } in GetThreadIe() function in ot::Mac::Frame
659 const uint8_t *GetThreadIe(uint8_t aSubType) const;
Dmac_frame.cpp1147 const uint8_t *Frame::GetThreadIe(uint8_t aSubType) const in GetThreadIe() function in ot::Mac::Frame
1217 uint8_t *cur = GetThreadIe(ThreadIe::kEnhAckProbingIe); in SetEnhAckProbingIe()
Dmac.cpp2541 reinterpret_cast<const HeaderIe *>(aFrame.GetThreadIe(ThreadIe::kEnhAckProbingIe)); in ProcessEnhAckProbing()