Home
last modified time | relevance | path

Searched refs:GetUdpSockets (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/api/
Dudp_api.cpp84 …GetSockets(otInstance *aInstance) { return AsCoreType(aInstance).Get<Ip6::Udp>().GetUdpSockets(); } in otUdpGetSockets()
/openthread-latest/src/core/net/
Dudp6.hpp630 SocketHandle *GetUdpSockets(void) { return mSockets.GetHead(); } in GetUdpSockets() function in ot::Ip6::Udp