Searched refs:mTimestamp (Results 1 – 13 of 13) sorted by relevance
80 mCslLastSync = TimeMicro(static_cast<uint32_t>(aFrame->mInfo.mRxInfo.mTimestamp)); in UpdateCslLastSyncTimestamp()274 ToUlong(static_cast<uint32_t>(aFrame->mInfo.mRxInfo.mTimestamp))); in LogReceived()282 deviation = aFrame->mInfo.mRxInfo.mTimestamp + kRadioHeaderPhrDuration - sampleTime; in LogReceived()
979 const uint64_t &GetTimestamp(void) const { return mInfo.mRxInfo.mTimestamp; } in GetTimestamp()
382 uint64_t mTimestamp; member394 uint64_t mTimestamp; member
232 mRxFrame.mInfo.mRxInfo.mTimestamp = 0; in BeginTransmit()372 mRxFrame.mInfo.mRxInfo.mTimestamp = 0; in ProcessReceivedPacket()
150 rxFrame.mInfo.mRxInfo.mTimestamp = (mNow.GetValue() * 1000u); in ProcessRadio()
228 TimeMilli mTimestamp; // The message timestamp. member1147 TimeMilli GetTimestamp(void) const { return GetMetadata().mTimestamp; } in GetTimestamp()1154 void SetTimestamp(TimeMilli aTimestamp) { GetMetadata().mTimestamp = aTimestamp; } in SetTimestamp()
463 &frame.mInfo.mRxInfo.mTimestamp, &receiveError); in LogSpinelFrame()474 … static_cast<unsigned long>(frame.mInfo.mRxInfo.mTimestamp), receiveError); in LogSpinelFrame()
688 &aFrame.mInfo.mRxInfo.mTimestamp, &receiveError); in ParseRadioFrame()
411 aFrame->mInfo.mTxInfo.mTimestamp = aRadioTime; in otMacFrameProcessTxSfd()
109 …SuccessOrExit(mEncoder.WriteUint64(aFrame ? aFrame->mInfo.mRxInfo.mTimestamp : 0)); // The timesta… in PackRadioFrame()
4611 …mEncoder.WriteUint64(aIsTx ? aFrame->mInfo.mTxInfo.mTimestamp : aFrame->mInfo.mRxInfo.mTimestamp))… in HandlePcapFrame()
587 sReceiveFrame.mInfo.mRxInfo.mTimestamp = otPlatTimeGet(); in radioReceive()
587 uint32_t mTimestamp; member598 , mTimestamp(sNow) in DnsMessage()