Searched refs:coap_update_token (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu_internal.h | 329 int coap_update_token(coap_pdu_t *pdu,
|
/third_party/libcoap/src/ |
D | coap_block.c | 1336 coap_update_token(&p->pdu, p->app_token->length, p->app_token->s); in coap_block_check_lg_crcv_timeouts() 2086 coap_update_token(pdu, new_token->length, new_token->s); in coap_block_new_lg_crcv() 2411 coap_update_token(response, p->pdu.actual_token.length, in coap_handle_request_send_block() 3269 coap_update_token(rcvd, p->b.b1.app_token->length, in coap_handle_response_send_block() 3638 coap_update_token(rcvd, p->app_token->length, p->app_token->s); in coap_handle_response_get_block() 3681 coap_update_token(rcvd, p->app_token->length, p->app_token->s); in coap_handle_response_get_block() 3721 coap_update_token(rcvd, p->app_token->length, p->app_token->s); in coap_handle_response_get_block() 3753 coap_update_token(rcvd, p->app_token->length, p->app_token->s); in coap_handle_response_get_block() 3830 coap_update_token(rcvd, p->app_token->length, p->app_token->s); in coap_handle_response_get_block() 3881 coap_update_token(pdu, lg_crcv->app_token->length, in coap_check_update_token() [all …]
|
D | coap_pdu.c | 361 coap_update_token(coap_pdu_t *pdu, size_t len, const uint8_t *data) { in coap_update_token() function
|
D | coap_session.c | 1002 coap_update_token(q->pdu, token.length, token.s); in coap_session_disconnected()
|
D | coap_net.c | 1327 coap_update_token(pdu, len, buf); in coap_send()
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 1401 coap_update_token(pdu, sizeof(new_token), new_token); in t_encode_pdu23() 1405 coap_update_token(pdu, sizeof(token), token); in t_encode_pdu23() 1409 coap_update_token(pdu, 0, NULL); in t_encode_pdu23()
|