Home
last modified time | relevance | path

Searched refs:HandleHdlcFrame (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/posix/platform/
Dhdlc_interface.hpp230 static void HandleHdlcFrame(void *aContext, otError aError);
231 void HandleHdlcFrame(otError aError);
Dhdlc_interface.cpp136 , mHdlcDecoder(aFrameBuffer, HandleHdlcFrame, this) in HdlcInterface()
658 void HdlcInterface::HandleHdlcFrame(void *aContext, otError aError) in HandleHdlcFrame() function in ot::Posix::HdlcInterface
660 static_cast<HdlcInterface *>(aContext)->HandleHdlcFrame(aError); in HandleHdlcFrame()
663 void HdlcInterface::HandleHdlcFrame(otError aError) in HandleHdlcFrame() function in ot::Posix::HdlcInterface