Searched refs:otPlatTrelHandleReceived (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/radio/ |
D | trel_interface.hpp | 59 extern "C" void otPlatTrelHandleReceived(otInstance *aInstance, 76 friend void otPlatTrelHandleReceived(otInstance *aInstance,
|
D | trel_interface.cpp | 393 extern "C" void otPlatTrelHandleReceived(otInstance *aInstance, in otPlatTrelHandleReceived() function
|
/openthread-latest/include/openthread/platform/ |
D | trel.h | 203 extern void otPlatTrelHandleReceived(otInstance *aInstance,
|
/openthread-latest/examples/platforms/simulation/ |
D | trel.c | 192 …otPlatTrelHandleReceived(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/ |
D | trel.cpp | 296 otPlatTrelHandleReceived(aInstance, sRxPacketBuffer, sRxPacketLength, &senderAddr); in ReceivePacket()
|