Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_block.c498 uint64_t token_match = in coap_retransmit_oscore_pdu() local
510 if (token_match != STATE_TOKEN_BASE(lg_crcv->state_token) && in coap_retransmit_oscore_pdu()
1935 uint64_t token_match = in coap_send_q_block1() local
1941 (token_match == STATE_TOKEN_BASE(lg_xmit->b.b1.state_token) || in coap_send_q_block1()
1942 token_match == in coap_send_q_block1()
3026 uint64_t token_match = in coap_handle_response_send_block() local
3033 (token_match != STATE_TOKEN_BASE(p->b.b1.state_token) && in coap_handle_response_send_block()
3034 token_match != in coap_handle_response_send_block()
3349 uint64_t token_match = in coap_handle_response_get_block() local
3362 if (token_match != STATE_TOKEN_BASE(p->state_token) && in coap_handle_response_get_block()
[all …]