Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dudp.h117 OT_NETIF_UNSPECIFIED = 0, ///< Unspecified network interface. enumerator
/external/openthread/src/posix/platform/
Dudp.cpp297 case OT_NETIF_UNSPECIFIED: in otPlatUdpBindToNetif()
475 case OT_NETIF_UNSPECIFIED: in otPlatUdpJoinMulticastGroup()
518 case OT_NETIF_UNSPECIFIED: in otPlatUdpLeaveMulticastGroup()
/external/openthread/src/cli/
Dcli_udp.cpp95 netif = OT_NETIF_UNSPECIFIED; in Process()
/external/openthread/src/core/net/
Dudp6.hpp73 kNetifUnspecified = OT_NETIF_UNSPECIFIED, ///< Unspecified network interface.