Searched refs:otUdpOpen (Results 1 – 3 of 3) sorted by relevance
163 otError otUdpOpen(otInstance *aInstance, otUdpSocket *aSocket, otUdpReceive aCallback, void *aConte…
45 otError otUdpOpen(otInstance *aInstance, otUdpSocket *aSocket, otUdpReceive aCallback, void *aConte… in otUdpOpen() function
186 error = otUdpOpen(GetInstancePtr(), &mSocket, HandleUdpReceive, this); in Process()