Searched refs:otUdpClose (Results 1 – 3 of 3) sorted by relevance
195 otError otUdpClose(otInstance *aInstance, otUdpSocket *aSocket);
66 otError otUdpClose(otInstance *aInstance, otUdpSocket *aSocket) in otUdpClose() function
112 return otUdpClose(mInterpreter.mInstance, &mSocket); in ProcessClose()