Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dudp.h241 otError otUdpSend(otInstance *aInstance, otUdpSocket *aSocket, otMessage *aMessage, const otMessage…
/openthread-2.7.6/src/core/api/
Dudp_api.cpp89 otError otUdpSend(otInstance *aInstance, otUdpSocket *aSocket, otMessage *aMessage, const otMessage… in otUdpSend() function
/openthread-2.7.6/src/cli/
Dcli_udp.cpp183 SuccessOrExit(error = otUdpSend(mInterpreter.mInstance, &mSocket, message, &messageInfo)); in ProcessSend()