Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dmac_frame.hpp906 TimeIe *GetTimeIe(void) { return AsNonConst(AsConst(this)->GetTimeIe()); } in GetTimeIe() function in ot::Mac::Frame
914 const TimeIe *GetTimeIe(void) const;
1182 return static_cast<int64_t>(GetTimeIe()->GetTime() - GetTimestamp()); in ComputeNetworkTimeOffset()
1191 uint8_t ReadTimeSyncSeq(void) const { return GetTimeIe()->GetSequence(); } in ReadTimeSyncSeq()
Dmac_frame.cpp1045 const TimeIe *Frame::GetTimeIe(void) const in GetTimeIe() function in ot::Mac::Frame
Dmac.cpp2256 cur = reinterpret_cast<const uint8_t *>(aFrame.GetTimeIe()); in GetTimeIeOffset()
/external/openthread/src/core/thread/
Dmesh_forwarder.cpp83 if (aFrame.GetTimeIe() != nullptr) in SetFrom()