Home
last modified time | relevance | path

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

/openthread-2.7.6/examples/platforms/utils/
Dmac_frame.h176 uint8_t otMacFrameGetSequence(const otRadioFrame *aFrame);
Dmac_frame.cpp142 uint8_t otMacFrameGetSequence(const otRadioFrame *aFrame) in otMacFrameGetSequence() function
/openthread-2.7.6/tests/fuzz/
Dfuzzer_platform.cpp77 uint8_t otMacFrameGetSequence(const otRadioFrame *aFrame) in otMacFrameGetSequence() function
104 sRadioAckFrame.mPsdu[2] = otMacFrameGetSequence(&sRadioTransmitFrame); in FuzzerPlatformProcess()
/openthread-2.7.6/examples/platforms/simulation/
Dradio.c552 …isTxDone = isAck && otMacFrameGetSequence(&sReceiveFrame) == otMacFrameGetSequence(&sTransmitFrame… in radioReceive()