Internal API for Block Transfer (RC7959)
More...
|
coap_lg_crcv_t * | coap_block_new_lg_crcv (coap_session_t *session, coap_pdu_t *pdu) |
|
void | coap_block_delete_lg_crcv (coap_session_t *session, coap_lg_crcv_t *lg_crcv) |
|
int | coap_block_check_lg_crcv_timeouts (coap_session_t *session, coap_tick_t now, coap_tick_t *tim_rem) |
|
void | coap_block_delete_lg_srcv (coap_session_t *session, coap_lg_srcv_t *lg_srcv) |
|
int | coap_block_check_lg_srcv_timeouts (coap_session_t *session, coap_tick_t now, coap_tick_t *tim_rem) |
|
int | coap_handle_request_send_block (coap_session_t *session, coap_pdu_t *pdu, coap_pdu_t *response, coap_resource_t *resource, coap_string_t *query) |
|
int | coap_handle_request_put_block (coap_context_t *context, coap_session_t *session, coap_pdu_t *pdu, coap_pdu_t *response, coap_resource_t *resource, coap_string_t *uri_path, coap_opt_t *observe, coap_string_t *query, coap_method_handler_t h, int *added_block) |
|
int | coap_handle_response_send_block (coap_session_t *session, coap_pdu_t *sent, coap_pdu_t *rcvd) |
|
int | coap_handle_response_get_block (coap_context_t *context, coap_session_t *session, coap_pdu_t *sent, coap_pdu_t *rcvd, coap_recurse_t recursive) |
|
void | coap_block_delete_lg_xmit (coap_session_t *session, coap_lg_xmit_t *lg_xmit) |
|
int | coap_block_check_lg_xmit_timeouts (coap_session_t *session, coap_tick_t now, coap_tick_t *tim_rem) |
|
void | coap_check_code_lg_xmit (coap_session_t *session, coap_pdu_t *response, coap_resource_t *resource, coap_string_t *query, coap_pdu_code_t request_method) |
| The function checks that the code in a newly formed lg_xmit created by coap_add_data_large_response() is updated. More...
|
|
Internal API for Block Transfer (RC7959)
◆ COAP_RBLOCK_CNT
#define COAP_RBLOCK_CNT 4 |
◆ coap_l_block1_t
Structure to keep track of block1 specific information (Requests)
◆ coap_l_block2_t
Structure to keep track of block2 specific information (Responses)
◆ coap_rblock_t
Structure to keep track of received blocks.
◆ coap_recurse_t
◆ coap_block_check_lg_crcv_timeouts()
◆ coap_block_check_lg_srcv_timeouts()
◆ coap_block_check_lg_xmit_timeouts()
◆ coap_block_delete_lg_crcv()
◆ coap_block_delete_lg_srcv()
◆ coap_block_delete_lg_xmit()
◆ coap_block_new_lg_crcv()
◆ coap_check_code_lg_xmit()
The function checks that the code in a newly formed lg_xmit created by coap_add_data_large_response() is updated.
- Parameters
-
session | The session |
response | The response PDU to to check |
resource | The requested resource |
query | The requested query |
request_method | The requested method |
Definition at line 2430 of file block.c.
◆ coap_handle_request_put_block()
◆ coap_handle_request_send_block()
◆ coap_handle_response_get_block()
◆ coap_handle_response_send_block()