Home
last modified time | relevance | path

Searched defs:Frame (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_radio.hpp53 struct Frame : public Mac::Frame struct
58 uint8_t mPsduBuffer[kMaxFrameSize];
Dnexus_radio.cpp323 Radio::Frame::Frame(void) in Frame() function in ot::Nexus::Radio::Frame
329 Radio::Frame::Frame(const Frame &aFrame) in Frame() function in ot::Nexus::Radio::Frame
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp2016 void MeshForwarder::LogFrame(const char *, const Mac::Frame &, Error) {} in LogFrame()
/openthread-latest/src/core/mac/
Dmac_frame.hpp59 class Frame : public otRadioFrame class