Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_udp.cpp185 VerifyOrExit(!otUdpIsOpen(GetInstancePtr(), &mSocket), error = OT_ERROR_ALREADY); in Process()
259 VerifyOrExit(otUdpIsOpen(GetInstancePtr(), &mSocket), error = OT_ERROR_INVALID_STATE); in Process()
/openthread-latest/include/openthread/
Dudp.h173 bool otUdpIsOpen(otInstance *aInstance, const otUdpSocket *aSocket);
/openthread-latest/src/core/api/
Dudp_api.cpp50 bool otUdpIsOpen(otInstance *aInstance, const otUdpSocket *aSocket) in otUdpIsOpen() function