Home
last modified time | relevance | path

Searched refs:otPlatTrelHandleReceived (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/radio/
Dtrel_interface.hpp59 extern "C" void otPlatTrelHandleReceived(otInstance *aInstance,
76 friend void otPlatTrelHandleReceived(otInstance *aInstance,
Dtrel_interface.cpp393 extern "C" void otPlatTrelHandleReceived(otInstance *aInstance, in otPlatTrelHandleReceived() function
/openthread-latest/include/openthread/platform/
Dtrel.h203 extern void otPlatTrelHandleReceived(otInstance *aInstance,
/openthread-latest/examples/platforms/simulation/
Dtrel.c192otPlatTrelHandleReceived(aInstance, aMessage->mData, aMessage->mDataLength, &aMessage->mSourceAddr… in processMessage()
448 OT_TOOL_WEAK void otPlatTrelHandleReceived(otInstance *aInstance, in otPlatTrelHandleReceived() function
/openthread-latest/src/posix/platform/
Dtrel.cpp296 otPlatTrelHandleReceived(aInstance, sRxPacketBuffer, sRxPacketLength, &senderAddr); in ReceivePacket()