Searched refs:otPlatTrelSend (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | trel.h | 181 void otPlatTrelSend(otInstance *aInstance,
|
/openthread-latest/src/core/radio/ |
D | trel_interface.cpp | 377 … otPlatTrelSend(&GetInstance(), aPacket.GetBuffer(), aPacket.GetLength(), &entry.mSockAddr); in Send() 385 … otPlatTrelSend(&GetInstance(), aPacket.GetBuffer(), aPacket.GetLength(), &peerEntry->mSockAddr); in Send()
|
/openthread-latest/examples/platforms/simulation/ |
D | trel.c | 275 void otPlatTrelSend(otInstance *aInstance, in otPlatTrelSend() function
|
/openthread-latest/src/posix/platform/ |
D | trel.cpp | 508 void otPlatTrelSend(otInstance *aInstance, in otPlatTrelSend() function
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 451 OT_TOOL_WEAK void otPlatTrelSend(otInstance *, const uint8_t *, uint16_t, const otSockAddr *) {} in otPlatTrelSend() function
|