Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dudp.h195 otError otUdpClose(otInstance *aInstance, otUdpSocket *aSocket);
/openthread-2.7.6/src/core/api/
Dudp_api.cpp66 otError otUdpClose(otInstance *aInstance, otUdpSocket *aSocket) in otUdpClose() function
/openthread-2.7.6/src/cli/
Dcli_udp.cpp112 return otUdpClose(mInterpreter.mInstance, &mSocket); in ProcessClose()