Home
last modified time | relevance | path

Searched refs:COAP_ASYNC_SUPPORT (Results 1 – 17 of 17) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_internal.h76 #if COAP_ASYNC_SUPPORT
78 #undef COAP_ASYNC_SUPPORT
79 #define COAP_ASYNC_SUPPORT 0 macro
Dcoap_async_internal.h24 #if COAP_ASYNC_SUPPORT
Dcoap_net_internal.h63 #if COAP_ASYNC_SUPPORT
/third_party/libcoap/examples/lwip/config/
Dcoap_config.h39 #ifndef COAP_ASYNC_SUPPORT
41 #define COAP_ASYNC_SUPPORT 1 macro
Dcoap_config.h.in39 #ifndef COAP_ASYNC_SUPPORT
41 #define COAP_ASYNC_SUPPORT 1 macro
/third_party/libcoap/examples/contiki/
Dcoap_config.h26 #define COAP_ASYNC_SUPPORT 1 macro
/third_party/libcoap/
Dcoap_config.h.riot99 #ifndef COAP_ASYNC_SUPPORT
101 #define COAP_ASYNC_SUPPORT 1
102 #endif /* COAP_ASYNC_SUPPORT */
Dcoap_config.h.riot.in99 #ifndef COAP_ASYNC_SUPPORT
101 #define COAP_ASYNC_SUPPORT 1
102 #endif /* COAP_ASYNC_SUPPORT */
Dcoap_config.h.windows136 #ifndef COAP_ASYNC_SUPPORT
138 #define COAP_ASYNC_SUPPORT 1
Dcoap_config.h.windows.in136 #ifndef COAP_ASYNC_SUPPORT
138 #define COAP_ASYNC_SUPPORT 1
Dcmake_coap_config.h.in48 #cmakedefine COAP_ASYNC_SUPPORT @COAP_ASYNC_SUPPORT@
Dcoap_config.h.contiki26 #define COAP_ASYNC_SUPPORT 1
DCMakeLists.txt324 set(COAP_ASYNC_SUPPORT "1") variable
Dconfigure.ac869 …[AC_DEFINE(COAP_ASYNC_SUPPORT, [1], [Define to 1 to build with support for async separate response… definition
/third_party/libcoap/src/
Dcoap_async.c18 #if COAP_ASYNC_SUPPORT
Dcoap_net.c594 #if COAP_ASYNC_SUPPORT in coap_free_context()
2785 #if COAP_ASYNC_SUPPORT in handle_request()
2795 #if COAP_ASYNC_SUPPORT in handle_request()
3059 #if COAP_ASYNC_SUPPORT in handle_request()
3968 #if COAP_ASYNC_SUPPORT
Dcoap_io.c1378 #if COAP_ASYNC_SUPPORT
1777 #if COAP_ASYNC_SUPPORT