Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dudp.h173 otError otUdpOpen(otInstance *aInstance, otUdpSocket *aSocket, otUdpReceive aCallback, void *aConte…
/openthread-3.6.0/src/core/api/
Dudp_api.cpp48 otError otUdpOpen(otInstance *aInstance, otUdpSocket *aSocket, otUdpReceive aCallback, void *aConte… in otUdpOpen() function
/openthread-3.6.0/src/cli/
Dcli_udp.cpp187 error = otUdpOpen(GetInstancePtr(), &mSocket, HandleUdpReceive, this); in Process()