Home
last modified time | relevance | path

Searched refs:HandleDatagramFromStack (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base.hpp462 static void HandleDatagramFromStack(otMessage *aMessage, void *aContext);
463 void HandleDatagramFromStack(otMessage *aMessage);
Dncp_base_mtd.cpp4411 void NcpBase::HandleDatagramFromStack(otMessage *aMessage, void *aContext) in HandleDatagramFromStack() function in ot::Ncp::NcpBase
4413 static_cast<NcpBase *>(aContext)->HandleDatagramFromStack(aMessage); in HandleDatagramFromStack()
4416 void NcpBase::HandleDatagramFromStack(otMessage *aMessage) in HandleDatagramFromStack() function in ot::Ncp::NcpBase
Dncp_base.cpp353 otIp6SetReceiveCallback(mInstance, &NcpBase::HandleDatagramFromStack, this); in NcpBase()