Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dtrel.h181 void otPlatTrelSend(otInstance *aInstance,
/openthread-latest/src/core/radio/
Dtrel_interface.cpp377otPlatTrelSend(&GetInstance(), aPacket.GetBuffer(), aPacket.GetLength(), &entry.mSockAddr); in Send()
385otPlatTrelSend(&GetInstance(), aPacket.GetBuffer(), aPacket.GetLength(), &peerEntry->mSockAddr); in Send()
/openthread-latest/examples/platforms/simulation/
Dtrel.c275 void otPlatTrelSend(otInstance *aInstance, in otPlatTrelSend() function
/openthread-latest/src/posix/platform/
Dtrel.cpp508 void otPlatTrelSend(otInstance *aInstance, in otPlatTrelSend() function
/openthread-latest/tests/unit/
Dtest_platform.cpp451 OT_TOOL_WEAK void otPlatTrelSend(otInstance *, const uint8_t *, uint16_t, const otSockAddr *) {} in otPlatTrelSend() function