Home
last modified time | relevance | path

Searched refs:base_token_length (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h115 size_t base_token_length; /**< length of token */ member
/third_party/libcoap/src/
Dblock.c305 cq->base_token_length, in coap_cancel_observe()
846 lg_crcv->base_token_length = lg_crcv->token_length; in coap_block_new_lg_crcv()
1841 memcpy(p->token, p->base_token, p->base_token_length); in coap_handle_response_get_block()
1842 p->token_length = p->base_token_length; in coap_handle_response_get_block()
1867 memcpy(p->token, p->base_token, p->base_token_length); in coap_handle_response_get_block()
1868 p->token_length = p->base_token_length; in coap_handle_response_get_block()
Dnet.c1100 coap_update_token(pdu, lg_crcv->base_token_length, in coap_send()
1103 lg_crcv->base_token_length); in coap_send()
1104 lg_crcv->token_length = lg_crcv->base_token_length; in coap_send()