Home
last modified time | relevance | path

Searched refs:OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/core/config/
Dmisc.h175 #ifndef OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE
176 #define OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE 0 macro
/openthread-latest/src/core/net/
Dudp6.hpp64 #if OPENTHREAD_CONFIG_PLATFORM_UDP_ENABLE && OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE
632 #if OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE
683 #if OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE
Dudp6.cpp413 #if OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE in SendDatagram()
/openthread-latest/examples/config/
Dot-core-config-check-size-mtd.h95 #define OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE 1 macro
Dot-core-config-check-size-ftd.h95 #define OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE 1 macro
Dot-core-config-check-size-br.h96 #define OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE 1 macro
/openthread-latest/src/core/api/
Dudp_api.cpp86 #if OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE
/openthread-latest/src/ncp/
Dncp_base.hpp550 #if OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE
Dncp_base_dispatcher.cpp606 #if OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE in FindSetPropertyHandler()
Dncp_base.cpp358 #if OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE in NcpBase()
2119 #if OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE in HandlePropertyGet()
Dncp_base_mtd.cpp4498 #if OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE
/openthread-latest/etc/cmake/
Doptions.cmake257 ot_option(OT_UDP_FORWARD OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE "UDP forward")
/openthread-latest/src/core/
DBUILD.gn259 defines += [ "OPENTHREAD_CONFIG_UDP_FORWARD_ENABLE=1" ]