Home
last modified time | relevance | path

Searched refs:GetTimeIe (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.hpp610 TimeIe *GetTimeIe(void) { return AsNonConst(AsConst(this)->GetTimeIe()); } in GetTimeIe() function in ot::Mac::Frame
617 const TimeIe *GetTimeIe(void) const;
1001 return static_cast<int64_t>(GetTimeIe()->GetTime() - GetTimestamp()); in ComputeNetworkTimeOffset()
1009 uint8_t ReadTimeSyncSeq(void) const { return GetTimeIe()->GetSequence(); } in ReadTimeSyncSeq()
Dmac_frame.cpp1228 const TimeIe *Frame::GetTimeIe(void) const in GetTimeIe() function in ot::Mac::Frame
Dmac.cpp2421 cur = reinterpret_cast<const uint8_t *>(aFrame.GetTimeIe()); in GetTimeIeOffset()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp82 if (aFrame.GetTimeIe() != nullptr) in SetFrom()