Home
last modified time | relevance | path

Searched refs:COAP_BLOCK_USE_LIBCOAP (Results 1 – 20 of 20) sorted by relevance

/third_party/libcoap/man/
Dcoap_block.txt.in77 By calling *coap_context_set_block_mode(context, COAP_BLOCK_USE_LIBCOAP)* and
95 COAP_BLOCK_USE_LIBCOAP|COAP_BLOCK_SINGLE_BODY)* and using the appropriate
148 #define COAP_BLOCK_USE_LIBCOAP 0x01 /* Use libcoap to do block requests */
156 If *COAP_BLOCK_USE_LIBCOAP* is not set, then everything works as per Option 1
182 If *COAP_BLOCK_USE_LIBCOAP* is set, then any PDUs presented to the application
189 *NOTE:* *COAP_BLOCK_USE_LIBCOAP* must be set if libcoap is to do all the
424 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
519 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_endpoint_client.txt.in233 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
273 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
348 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
442 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
494 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_io.txt.in248 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
300 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
359 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
440 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_endpoint_server.txt.in230 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
272 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
387 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
529 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_oscore.txt.in253 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
339 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap-server.txt.in106 methods. Default is 1 (COAP_BLOCK_USE_LIBCOAP).
108 COAP_BLOCK_USE_LIBCOAP 1
Dcoap-client.txt.in156 methods. Default is 1 (COAP_BLOCK_USE_LIBCOAP).
158 COAP_BLOCK_USE_LIBCOAP 1
Dcoap_persist.txt.in336 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_observe.txt.in292 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_encryption.txt.in958 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
1105 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
1188 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_pdu_setup.txt.in447 *coap_context_set_block_mode(context, COAP_BLOCK_USE_LIBCOAP|COAP_BLOCK_SINGLE_BODY)*
/third_party/libcoap/include/coap3/
Dcoap_block.h61 #define COAP_BLOCK_USE_LIBCOAP 0x01 /* Use libcoap to do block requests */ macro
/third_party/libcoap/examples/riot/examples_libcoap_client/
Dclient-coap.c164 coap_context_set_block_mode(main_coap_context, COAP_BLOCK_USE_LIBCOAP); in client_coap_init()
/third_party/libcoap/examples/lwip/
Dclient-coap.c174 coap_context_set_block_mode(main_coap_context, COAP_BLOCK_USE_LIBCOAP); in client_coap_init()
/third_party/libcoap/examples/
Doscore-interop-server.c74 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP;
624 if (!(block_mode & COAP_BLOCK_USE_LIBCOAP)) { in main()
Dcoap-client.c89 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP;
1653 if (!(block_mode & COAP_BLOCK_USE_LIBCOAP)) { in main()
Dcoap-server.c126 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP;
2807 if (!(block_mode & COAP_BLOCK_USE_LIBCOAP)) { in main()
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt371 By calling `coap_context_set_block_mode(context, COAP_BLOCK_USE_LIBCOAP)` and
389 COAP_BLOCK_USE_LIBCOAP|COAP_BLOCK_SINGLE_BODY)` and using the `_large`
/third_party/libcoap/src/
Dcoap_net.c1129 if (!(session->block_mode & COAP_BLOCK_USE_LIBCOAP)) { in coap_send()
2529 if (!(session->block_mode & COAP_BLOCK_USE_LIBCOAP)) { in hnd_get_wellknown()
3084 if (session->block_mode & COAP_BLOCK_USE_LIBCOAP) { in handle_request()
3245 if (session->block_mode & COAP_BLOCK_USE_LIBCOAP && in handle_request()
3402 if (session->block_mode & COAP_BLOCK_USE_LIBCOAP) { in handle_response()
Dcoap_block.c381 context->block_mode = (block_mode & (COAP_BLOCK_USE_LIBCOAP | in coap_context_set_block_mode()
388 if (!(block_mode & COAP_BLOCK_USE_LIBCOAP)) in coap_context_set_block_mode()
413 if (!(session->block_mode & COAP_BLOCK_USE_LIBCOAP)) { in coap_cancel_observe()
631 if (!(session->block_mode & COAP_BLOCK_USE_LIBCOAP)) { in coap_add_data_large_internal()