Home
last modified time | relevance | path

Searched refs:coap_update_token (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h329 int coap_update_token(coap_pdu_t *pdu,
/third_party/libcoap/src/
Dcoap_block.c1336 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 …]
Dcoap_pdu.c361 coap_update_token(coap_pdu_t *pdu, size_t len, const uint8_t *data) { in coap_update_token() function
Dcoap_session.c1002 coap_update_token(q->pdu, token.length, token.s); in coap_session_disconnected()
Dcoap_net.c1327 coap_update_token(pdu, len, buf); in coap_send()
/third_party/libcoap/tests/
Dtest_pdu.c1401 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()