Searched refs:otUdpIsOpen (Results 1 – 3 of 3) sorted by relevance
185 VerifyOrExit(!otUdpIsOpen(GetInstancePtr(), &mSocket), error = OT_ERROR_ALREADY); in Process()259 VerifyOrExit(otUdpIsOpen(GetInstancePtr(), &mSocket), error = OT_ERROR_INVALID_STATE); in Process()
173 bool otUdpIsOpen(otInstance *aInstance, const otUdpSocket *aSocket);
50 bool otUdpIsOpen(otInstance *aInstance, const otUdpSocket *aSocket) in otUdpIsOpen() function