Home
last modified time | relevance | path

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

12

/third_party/libcoap/
DMakefile.am32 libcoap-$(LIBCOAP_API_VERSION).pc.in \
33 libcoap-$(LIBCOAP_API_VERSION).map \
34 libcoap-$(LIBCOAP_API_VERSION).sym \
37 include/coap$(LIBCOAP_API_VERSION)/coap_internal.h \
38 include/coap$(LIBCOAP_API_VERSION)/coap_riot.h \
39 include/coap$(LIBCOAP_API_VERSION)/coap_asn1_internal.h \
40 include/coap$(LIBCOAP_API_VERSION)/coap_async_internal.h \
41 include/coap$(LIBCOAP_API_VERSION)/coap_block_internal.h \
42 include/coap$(LIBCOAP_API_VERSION)/coap_cache_internal.h \
43 include/coap$(LIBCOAP_API_VERSION)/coap_dtls_internal.h \
[all …]
DCMakeLists.txt18 set(LIBCOAP_API_VERSION 3) variable
19 set(COAP_LIBRARY_NAME "coap-${LIBCOAP_API_VERSION}")
395 configure_file(${CMAKE_CURRENT_LIST_DIR}/include/coap${LIBCOAP_API_VERSION}/coap.h.in
396 ${CMAKE_CURRENT_BINARY_DIR}/include/coap${LIBCOAP_API_VERSION}/coap.h)
447 ${CMAKE_CURRENT_LIST_DIR}/include/coap${LIBCOAP_API_VERSION}/address.h
448 ${CMAKE_CURRENT_LIST_DIR}/include/coap${LIBCOAP_API_VERSION}/async.h
449 ${CMAKE_CURRENT_LIST_DIR}/include/coap${LIBCOAP_API_VERSION}/block.h
450 ${CMAKE_CURRENT_LIST_DIR}/include/coap${LIBCOAP_API_VERSION}/coap_cache.h
451 ${CMAKE_CURRENT_LIST_DIR}/include/coap${LIBCOAP_API_VERSION}/coap_debug.h
452 ${CMAKE_CURRENT_LIST_DIR}/include/coap${LIBCOAP_API_VERSION}/coap_dtls.h
[all …]
/third_party/libcoap/include/coap3/
Dcoap.h.in38 #include "coap@LIBCOAP_API_VERSION@/libcoap.h"
40 #include "coap@LIBCOAP_API_VERSION@/coap_forward_decls.h"
41 #include "coap@LIBCOAP_API_VERSION@/address.h"
42 #include "coap@LIBCOAP_API_VERSION@/async.h"
43 #include "coap@LIBCOAP_API_VERSION@/block.h"
44 #include "coap@LIBCOAP_API_VERSION@/coap_cache.h"
45 #include "coap@LIBCOAP_API_VERSION@/coap_debug.h"
46 #include "coap@LIBCOAP_API_VERSION@/coap_dtls.h"
47 #include "coap@LIBCOAP_API_VERSION@/coap_event.h"
48 #include "coap@LIBCOAP_API_VERSION@/coap_io.h"
[all …]
Dcoap.h.windows.in38 #include "coap@LIBCOAP_API_VERSION@/libcoap.h"
40 #include "coap@LIBCOAP_API_VERSION@/coap_forward_decls.h"
41 #include "coap@LIBCOAP_API_VERSION@/address.h"
42 #include "coap@LIBCOAP_API_VERSION@/async.h"
43 #include "coap@LIBCOAP_API_VERSION@/block.h"
44 #include "coap@LIBCOAP_API_VERSION@/coap_cache.h"
45 #include "coap@LIBCOAP_API_VERSION@/coap_debug.h"
46 #include "coap@LIBCOAP_API_VERSION@/coap_dtls.h"
47 #include "coap@LIBCOAP_API_VERSION@/coap_event.h"
48 #include "coap@LIBCOAP_API_VERSION@/coap_io.h"
[all …]
/third_party/libcoap/scripts/
Dapi-version-bump.sh9 NEW_VERSION=${1:-$LIBCOAP_API_VERSION}
11 if test "x$NEW_VERSION" = "x$LIBCOAP_API_VERSION"; then
12 >&2 echo "no version change requested, exiting (current version is $LIBCOAP_API_VERSION)"
16 echo $(basename $0): increase version $LIBCOAP_API_VERSION to $NEW_VERSION
26 move include/coap$LIBCOAP_API_VERSION include/coap$NEW_VERSION
27 move libcoap-$LIBCOAP_API_VERSION.pc.in libcoap-$NEW_VERSION.pc.in
28 move libcoap-$LIBCOAP_API_VERSION.map libcoap-$NEW_VERSION.map
29 move libcoap-$LIBCOAP_API_VERSION.sym libcoap-$NEW_VERSION.sym
32 pat='\(#\s*include ["<]coap\)'$LIBCOAP_API_VERSION/
41 pathpat='\(include/coap\)'$LIBCOAP_API_VERSION
[all …]
/third_party/libcoap/man/
Dcoap_keepalive.txt.in19 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
25 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
26 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
27 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
28 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
Dcoap_attribute.txt.in20 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
31 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
32 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
33 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
34 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
95 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_async.txt.in25 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
44 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
45 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
46 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
47 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
110 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_tls_library.txt.in25 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
42 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
43 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
44 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
45 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
Dcoap_logging.txt.in28 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
55 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
56 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
57 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
58 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
Dcoap_context.txt.in28 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
58 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
59 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
60 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
61 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
Dcoap_string.txt.in30 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
57 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
58 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
59 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
60 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
Dcoap_handler.txt.in24 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
45 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
46 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
47 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
48 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
199 #include <coap@LIBCOAP_API_VERSION@/coap.h>
254 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_recovery.txt.in25 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
47 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
48 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
49 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
50 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
Dcoap_endpoint_client.txt.in23 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
42 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
43 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
44 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
45 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
156 #include <coap@LIBCOAP_API_VERSION@/coap.h>
192 #include <coap@LIBCOAP_API_VERSION@/coap.h>
286 #include <coap@LIBCOAP_API_VERSION@/coap.h>
366 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_session.txt.in34 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
74 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
75 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
76 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
77 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
Dcoap_io.txt.in25 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
48 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
49 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
50 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
51 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
182 #include <coap@LIBCOAP_API_VERSION@/coap.h>
227 #include <coap@LIBCOAP_API_VERSION@/coap.h>
279 #include <coap@LIBCOAP_API_VERSION@/coap.h>
348 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_pdu_access.txt.in34 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
75 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
76 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
77 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
78 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
268 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_observe.txt.in21 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
33 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
34 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
35 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
36 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
133 #include <coap@LIBCOAP_API_VERSION@/coap.h>
314 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_endpoint_server.txt.in25 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
48 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
49 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
50 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
51 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
174 #include <coap@LIBCOAP_API_VERSION@/coap.h>
208 #include <coap@LIBCOAP_API_VERSION@/coap.h>
352 #include <coap@LIBCOAP_API_VERSION@/coap.h>
479 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_cache.txt.in29 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
65 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
66 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
67 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
68 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
204 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_resource.txt.in28 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
57 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
58 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
59 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
60 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
193 #include <coap@LIBCOAP_API_VERSION@/coap.h>
310 #include <coap@LIBCOAP_API_VERSION@/coap.h>
Dcoap_block.txt.in23 *#include <coap@LIBCOAP_API_VERSION@/coap.h>*
46 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
47 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
48 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
49 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.
193 #include <coap@LIBCOAP_API_VERSION@/coap.h>
317 #include <coap@LIBCOAP_API_VERSION@/coap.h>
/third_party/libcoap/examples/lwip/
DMakefile4 LIBCOAP_API_VERSION = $(shell sed -ne 's/^LIBCOAP_API_VERSION=\([0-9]\+\).*$$/\1/p' $(top_srcdir)/c… macro
6 coap_include_dir = $(include_dir)/coap$(LIBCOAP_API_VERSION)
/third_party/libcoap/tests/
Dtest_common.h.in11 #include "coap@LIBCOAP_API_VERSION@/coap_internal.h"

12