Home
last modified time | relevance | path

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

/third_party/libcoap/examples/lwip/config/
Dcoap_config.h34 #ifndef COAP_DISABLE_TCP
36 #define COAP_DISABLE_TCP 1 macro
Dcoap_config.h.in34 #ifndef COAP_DISABLE_TCP
36 #define COAP_DISABLE_TCP 1 macro
/third_party/libcoap/
Dcoap_config.h.riot50 #ifndef COAP_DISABLE_TCP
52 #define COAP_DISABLE_TCP 0
53 #endif /* COAP_DISABLE_TCP */
213 #ifndef COAP_DISABLE_TCP
215 #define COAP_DISABLE_TCP 0
217 #define COAP_DISABLE_TCP 1
219 #endif /* COAP_DISABLE_TCP */
Dcoap_config.h.riot.in50 #ifndef COAP_DISABLE_TCP
52 #define COAP_DISABLE_TCP 0
53 #endif /* COAP_DISABLE_TCP */
213 #ifndef COAP_DISABLE_TCP
215 #define COAP_DISABLE_TCP 0
217 #define COAP_DISABLE_TCP 1
219 #endif /* COAP_DISABLE_TCP */
Dcoap_config.h.windows81 #ifndef COAP_DISABLE_TCP
83 #define COAP_DISABLE_TCP 0
Dcoap_config.h.windows.in81 #ifndef COAP_DISABLE_TCP
83 #define COAP_DISABLE_TCP 0
Dcoap_config.h.contiki14 #define COAP_DISABLE_TCP 1
Dcmake_coap_config.h.in54 #cmakedefine01 COAP_DISABLE_TCP
DCMakeLists.txt638 set(COAP_DISABLE_TCP 0) variable
640 set(COAP_DISABLE_TCP 1) variable
Dconfigure.ac837 AC_DEFINE(COAP_DISABLE_TCP, [0], [Define to 1 to build without TCP support.]) definition
838 AS_IF([test "x$build_tcp" != "xyes"], [AC_DEFINE(COAP_DISABLE_TCP, [1])]) definition
839 AC_SUBST(COAP_DISABLE_TCP) subst
/third_party/libcoap/src/
Dcoap_session.c708 #if COAP_DISABLE_TCP in coap_session_max_pdu_size_internal()
820 #if !COAP_DISABLE_TCP
879 #if !COAP_DISABLE_TCP in coap_session_send_ping()
980 #if !COAP_DISABLE_TCP in coap_session_disconnected()
1078 #if !COAP_DISABLE_TCP in coap_session_disconnected()
1343 #if !COAP_DISABLE_TCP in coap_session_create_client()
1386 #if !COAP_DISABLE_TCP in coap_session_check_connect()
1409 #if !COAP_DISABLE_TCP in coap_session_establish()
1666 #if !COAP_DISABLE_TCP
1904 #if !COAP_DISABLE_TCP in coap_new_endpoint()
Dcoap_tcp.c38 return !COAP_DISABLE_TCP; in coap_tcp_is_supported()
41 #if !COAP_DISABLE_TCP
Dcoap_openssl.c154 #if !COAP_DISABLE_TCP
197 #if !COAP_DISABLE_TCP in coap_tls_is_supported()
706 #if !COAP_DISABLE_TCP
881 #if !COAP_DISABLE_TCP in coap_dtls_new_context()
923 #if !COAP_DISABLE_TCP in coap_dtls_context_set_spsk()
932 #if !COAP_DISABLE_TCP in coap_dtls_context_set_spsk()
942 #if !COAP_DISABLE_TCP in coap_dtls_context_set_spsk()
952 #if !COAP_DISABLE_TCP in coap_dtls_context_set_spsk()
1055 #if !COAP_DISABLE_TCP
2161 #if !COAP_DISABLE_TCP in tls_server_name_call_back()
[all …]
Dcoap_dtls.c48 #if !COAP_DISABLE_TCP
Dcoap_layers.c58 #if !COAP_DISABLE_TCP
Dcoap_netif.c155 #if !COAP_DISABLE_TCP
Dcoap_net.c1522 #if !COAP_DISABLE_TCP in coap_send_internal()
1579 #if !COAP_DISABLE_TCP in coap_send_internal()
1740 #if COAP_DISABLE_TCP in coap_connect_session()
1825 #if !COAP_DISABLE_TCP in coap_read_session()
2037 #if !COAP_DISABLE_TCP
2065 #if !COAP_DISABLE_TCP in coap_io_do_io()
2143 #if !COAP_DISABLE_TCP in coap_io_do_epoll()
3433 #if !COAP_DISABLE_TCP
3805 #if !COAP_DISABLE_TCP in coap_dispatch()
Dcoap_io_lwip.c433 #if ! COAP_DISABLE_TCP
Dcoap_mbedtls.c1392 #if !COAP_DISABLE_TCP
1566 #if !COAP_DISABLE_TCP
1604 #if !COAP_DISABLE_TCP
2242 #if !COAP_DISABLE_TCP
Dcoap_io.c1524 #if !COAP_DISABLE_TCP
1661 #if !COAP_DISABLE_TCP
1707 #if !COAP_DISABLE_TCP
Dcoap_gnutls.c195 #if !COAP_DISABLE_TCP in coap_tls_is_supported()
2583 #if !COAP_DISABLE_TCP
Dcoap_tinydtls.c1406 #if !COAP_DISABLE_TCP
/third_party/libcoap/examples/contiki/
Dcoap_config.h14 #define COAP_DISABLE_TCP 1 macro
/third_party/libcoap/include/coap3/
Dcoap_tcp_internal.h30 #if !COAP_DISABLE_TCP
Dcoap_config.h20 #define COAP_DISABLE_TCP 1 macro