Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h54 #define COAP_TOKEN_EXT_1B_TKL 13 macro
/third_party/libcoap/src/
Dcoap_pdu.c994 if (tkl < COAP_TOKEN_EXT_1B_TKL) { in coap_pdu_parse_size()
996 } else if (tkl == COAP_TOKEN_EXT_1B_TKL) { in coap_pdu_parse_size()
1040 if (e_token_length < COAP_TOKEN_EXT_1B_TKL) { in coap_pdu_parse_header()
1044 } else if (e_token_length == COAP_TOKEN_EXT_1B_TKL) { in coap_pdu_parse_header()
1429 e_token_length = COAP_TOKEN_EXT_1B_TKL; in coap_pdu_encode_header()
Dcoap_net.c1911 size_t tok_ext_bytes = tkl == COAP_TOKEN_EXT_1B_TKL ? 1 : in coap_read_session()