Home
last modified time | relevance | path

Searched defs:state_token (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h94 uint64_t state_token; /**< state token */ member
166 uint64_t state_token; /**< state token */ member
/third_party/libcoap/src/
Dcoap_block.c2032 uint64_t state_token = STATE_TOKEN_FULL(++session->tx_token, 1); in coap_block_new_lg_crcv() local