Home
last modified time | relevance | path

Searched defs:COAP_DISABLE_TCP (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/
Dconfigure.ac669 AC_DEFINE(COAP_DISABLE_TCP, [0], [Define to 1 to build without TCP support.]) definition
670 AS_IF([test "x$build_tcp" != "xyes"], [AC_DEFINE(COAP_DISABLE_TCP, [1])]) definition
671 AC_SUBST(COAP_DISABLE_TCP) subst
DCMakeLists.txt389 set(COAP_DISABLE_TCP 0) variable
391 set(COAP_DISABLE_TCP 1) variable
/third_party/libcoap/examples/lwip/
Dcoap_config.h26 #define COAP_DISABLE_TCP 1 macro
/third_party/libcoap/include/coap3/
Dcoap_config.h11 #define COAP_DISABLE_TCP 1 macro
/third_party/libcoap/examples/contiki/
Dcoap_config.h15 #define COAP_DISABLE_TCP 1 macro