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