Home
last modified time | relevance | path

Searched refs:COAP_BLOCK_SINGLE_BODY (Results 1 – 12 of 12) sorted by relevance

/third_party/libcoap/man/
Dcoap_block.txt.in79 #define COAP_BLOCK_SINGLE_BODY 0x02 /* Deliver the data as a single body */
83 If COAP_BLOCK_SINGLE_BODY is set, then the entire body of data is presented to
87 COAP_BLOCK_SINGLE_BODY if there are RAM limitations.
91 COAP_BLOCK_SINGLE_BODY is not set.
93 *NOTE:* If COAP_BLOCK_SINGLE_BODY is not set, then the CoAP server on receiving
100 series of packet interchanges. Furthermore, if COAP_BLOCK_SINGLE_BODY is set,
158 _offset_ will always be zero if block_mode includes COAP_BLOCK_SINGLE_BODY.
173 COAP_BLOCK_SINGLE_BODY is used, then the response handler will only get called
298 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
383 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_endpoint_client.txt.in171 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
237 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
330 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
381 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_io.txt.in199 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
246 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
300 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
376 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_endpoint_server.txt.in186 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
298 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
439 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
523 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap-server.txt.in84 COAP_BLOCK_SINGLE_BODY 2
Dcoap_observe.txt.in260 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
Dcoap_cache.txt.in244 * A part of the data has been received (COAP_BLOCK_SINGLE_BODY not set).
Dcoap-client.txt.in141 COAP_BLOCK_SINGLE_BODY 2
Dcoap_encryption.txt.in956 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
1103 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
1186 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
/third_party/libcoap/src/
Dblock.c252 COAP_BLOCK_SINGLE_BODY); in coap_context_set_block_mode()
1319 if (session->block_mode & (COAP_BLOCK_SINGLE_BODY)) { in coap_handle_request_put_block()
1703 if (!(session->block_mode & COAP_BLOCK_SINGLE_BODY)) in coap_handle_response_get_block()
1732 session->block_mode &= ~(COAP_BLOCK_SINGLE_BODY); in coap_handle_response_get_block()
1738 session->block_mode &= ~(COAP_BLOCK_SINGLE_BODY); in coap_handle_response_get_block()
1764 if (session->block_mode & (COAP_BLOCK_SINGLE_BODY)) { in coap_handle_response_get_block()
1769 session->block_mode &= ~(COAP_BLOCK_SINGLE_BODY); in coap_handle_response_get_block()
1803 if (session->block_mode & (COAP_BLOCK_SINGLE_BODY)) in coap_handle_response_get_block()
1814 if (session->block_mode & (COAP_BLOCK_SINGLE_BODY)) { in coap_handle_response_get_block()
1832 (COAP_BLOCK_SINGLE_BODY)) { in coap_handle_response_get_block()
/third_party/libcoap/include/coap3/
Dblock.h42 #define COAP_BLOCK_SINGLE_BODY 0x02 /* Deliver the data as a single body */ macro
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt389 COAP_BLOCK_USE_LIBCOAP|COAP_BLOCK_SINGLE_BODY)` and using the `_large`