Home
last modified time | relevance | path

Searched refs:COAP_DISABLE_TCP (Results 1 – 23 of 23) sorted by relevance

/third_party/libcoap/examples/lwip/
Dcoap_config.h25 #ifndef COAP_DISABLE_TCP
26 #define COAP_DISABLE_TCP 1 macro
/third_party/libcoap/examples/contiki/
Dcoap_config.h14 #ifndef COAP_DISABLE_TCP
15 #define COAP_DISABLE_TCP 1 macro
/third_party/libcoap/
Dcoap_config.h.lwip25 #ifndef COAP_DISABLE_TCP
26 #define COAP_DISABLE_TCP 1
Dcoap_config.h.lwip.in25 #ifndef COAP_DISABLE_TCP
26 #define COAP_DISABLE_TCP 1
Dcoap_config.h.windows.in70 #ifndef COAP_DISABLE_TCP
71 #define COAP_DISABLE_TCP 0
Dcoap_config.h.windows70 #ifndef COAP_DISABLE_TCP
71 #define COAP_DISABLE_TCP 0
Dcoap_config.h.contiki14 #ifndef COAP_DISABLE_TCP
15 #define COAP_DISABLE_TCP 1
Dcoap_config.h.riot.in21 #ifndef COAP_DISABLE_TCP
22 #define COAP_DISABLE_TCP 1
Dcoap_config.h.riot21 #ifndef COAP_DISABLE_TCP
22 #define COAP_DISABLE_TCP 1
Dcmake_coap_config.h.in55 #cmakedefine01 COAP_DISABLE_TCP
Dcoap_config.h.linux11 #define COAP_DISABLE_TCP 1
DCMakeLists.txt389 set(COAP_DISABLE_TCP 0) variable
391 set(COAP_DISABLE_TCP 1) variable
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
/third_party/libcoap/src/
Dcoap_session.c199 #if !COAP_DISABLE_TCP in coap_session_mfree()
254 #if COAP_DISABLE_TCP in coap_session_max_pdu_size()
358 #if !COAP_DISABLE_TCP
397 #if !COAP_DISABLE_TCP in coap_session_send_ping()
465 #if !COAP_DISABLE_TCP in coap_session_disconnected()
476 #if !COAP_DISABLE_TCP in coap_session_disconnected()
535 #if !COAP_DISABLE_TCP in coap_session_disconnected()
861 #if !COAP_DISABLE_TCP in coap_session_create_client()
908 #if !COAP_DISABLE_TCP in coap_session_connect()
941 #if !COAP_DISABLE_TCP in coap_session_accept()
[all …]
Dcoap_openssl.c137 #if !COAP_DISABLE_TCP
176 #if !COAP_DISABLE_TCP in coap_tls_is_supported()
612 #if !COAP_DISABLE_TCP
764 #if !COAP_DISABLE_TCP in coap_dtls_new_context()
805 #if !COAP_DISABLE_TCP in coap_dtls_context_set_spsk()
814 #if !COAP_DISABLE_TCP in coap_dtls_context_set_spsk()
824 #if !COAP_DISABLE_TCP in coap_dtls_context_set_spsk()
834 #if !COAP_DISABLE_TCP in coap_dtls_context_set_spsk()
920 #if !COAP_DISABLE_TCP
2096 #if !COAP_DISABLE_TCP in tls_server_name_call_back()
[all …]
Dcoap_tcp.c34 return !COAP_DISABLE_TCP; in coap_tcp_is_supported()
37 #if !COAP_DISABLE_TCP
Dnet.c779 #if !COAP_DISABLE_TCP in coap_session_send_pdu()
785 #if !COAP_DISABLE_TCP in coap_session_send_pdu()
831 #if !COAP_DISABLE_TCP in coap_send_pdu()
1266 #if !COAP_DISABLE_TCP in coap_send_internal()
1299 #if !COAP_DISABLE_TCP in coap_send_internal()
1451 #if COAP_DISABLE_TCP in coap_connect_session()
1496 #if !COAP_DISABLE_TCP in coap_write_session()
1505 #if !COAP_DISABLE_TCP in coap_write_session()
1573 #if !COAP_DISABLE_TCP in coap_read_session()
2938 #if !COAP_DISABLE_TCP
[all …]
Dcoap_io.c1236 if (!COAP_DISABLE_TCP
1259 if (!COAP_DISABLE_TCP
1440 #if !COAP_DISABLE_TCP
1480 #if !COAP_DISABLE_TCP
Dcoap_tinydtls.c1173 #if !COAP_DISABLE_TCP
Dcoap_gnutls.c186 #if !COAP_DISABLE_TCP in coap_tls_is_supported()
2580 #if !COAP_DISABLE_TCP
Dcoap_mbedtls.c1901 #if !COAP_DISABLE_TCP
/third_party/libcoap/include/coap3/
Dcoap_tcp_internal.h29 #if !COAP_DISABLE_TCP
Dcoap_config.h11 #define COAP_DISABLE_TCP 1 macro