Home
last modified time | relevance | path

Searched refs:otUdpGetSockets (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dudp.h236 otUdpSocket *otUdpGetSockets(otInstance *aInstance);
/openthread-latest/src/core/api/
Dudp_api.cpp84 otUdpSocket *otUdpGetSockets(otInstance *aInstance) { return AsCoreType(aInstance).Get<Ip6::Udp>().… in otUdpGetSockets() function
/openthread-latest/src/posix/platform/
Dudp.cpp556 … for (otUdpSocket *socket = otUdpGetSockets(gInstance); socket != nullptr; socket = socket->mNext) in Update()
617 … for (otUdpSocket *socket = otUdpGetSockets(gInstance); socket != nullptr; socket = socket->mNext) in Process()
/openthread-latest/src/cli/
Dcli.cpp4639 …for (const otUdpSocket *socket = otUdpGetSockets(GetInstancePtr()); socket != nullptr; socket = so… in Process()