Home
last modified time | relevance | path

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

/openthread-2.7.6/src/posix/platform/
Dhdlc_interface.hpp221 static void HandleHdlcFrame(void *aContext, otError aError);
222 void HandleHdlcFrame(otError aError);
Dhdlc_interface.cpp137 , mHdlcDecoder(aFrameBuffer, HandleHdlcFrame, this) in HdlcInterface()
652 void HdlcInterface::HandleHdlcFrame(void *aContext, otError aError) in HandleHdlcFrame() function in ot::Posix::HdlcInterface
654 static_cast<HdlcInterface *>(aContext)->HandleHdlcFrame(aError); in HandleHdlcFrame()
657 void HdlcInterface::HandleHdlcFrame(otError aError) in HandleHdlcFrame() function in ot::Posix::HdlcInterface