Searched refs:COAP_BLOCK_USE_LIBCOAP (Results 1 – 20 of 20) sorted by relevance
77 By calling *coap_context_set_block_mode(context, COAP_BLOCK_USE_LIBCOAP)* and95 COAP_BLOCK_USE_LIBCOAP|COAP_BLOCK_SINGLE_BODY)* and using the appropriate148 #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 1182 If *COAP_BLOCK_USE_LIBCOAP* is set, then any PDUs presented to the application189 *NOTE:* *COAP_BLOCK_USE_LIBCOAP* must be set if libcoap is to do all the424 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);519 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
233 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);
248 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);
230 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);
253 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);339 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
106 methods. Default is 1 (COAP_BLOCK_USE_LIBCOAP).108 COAP_BLOCK_USE_LIBCOAP 1
156 methods. Default is 1 (COAP_BLOCK_USE_LIBCOAP).158 COAP_BLOCK_USE_LIBCOAP 1
336 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
292 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
958 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);
447 *coap_context_set_block_mode(context, COAP_BLOCK_USE_LIBCOAP|COAP_BLOCK_SINGLE_BODY)*
61 #define COAP_BLOCK_USE_LIBCOAP 0x01 /* Use libcoap to do block requests */ macro
164 coap_context_set_block_mode(main_coap_context, COAP_BLOCK_USE_LIBCOAP); in client_coap_init()
174 coap_context_set_block_mode(main_coap_context, COAP_BLOCK_USE_LIBCOAP); in client_coap_init()
74 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP;624 if (!(block_mode & COAP_BLOCK_USE_LIBCOAP)) { in main()
89 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP;1653 if (!(block_mode & COAP_BLOCK_USE_LIBCOAP)) { in main()
126 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP;2807 if (!(block_mode & COAP_BLOCK_USE_LIBCOAP)) { in main()
371 By calling `coap_context_set_block_mode(context, COAP_BLOCK_USE_LIBCOAP)` and389 COAP_BLOCK_USE_LIBCOAP|COAP_BLOCK_SINGLE_BODY)` and using the `_large`
1129 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()
381 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()