Searched refs:otMacFrameGetSequence (Results 1 – 4 of 4) sorted by relevance
176 uint8_t otMacFrameGetSequence(const otRadioFrame *aFrame);
142 uint8_t otMacFrameGetSequence(const otRadioFrame *aFrame) in otMacFrameGetSequence() function
77 uint8_t otMacFrameGetSequence(const otRadioFrame *aFrame) in otMacFrameGetSequence() function104 sRadioAckFrame.mPsdu[2] = otMacFrameGetSequence(&sRadioTransmitFrame); in FuzzerPlatformProcess()
552 …isTxDone = isAck && otMacFrameGetSequence(&sReceiveFrame) == otMacFrameGetSequence(&sTransmitFrame… in radioReceive()