Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h55 #define COAP_TOKEN_EXT_2B_TKL 14 macro
/third_party/libcoap/src/
Dcoap_pdu.c998 } else if (tkl == COAP_TOKEN_EXT_2B_TKL) { in coap_pdu_parse_size()
1048 } else if (e_token_length == COAP_TOKEN_EXT_2B_TKL) { in coap_pdu_parse_header()
1431 e_token_length = COAP_TOKEN_EXT_2B_TKL; in coap_pdu_encode_header()
Dcoap_net.c1912 tkl == COAP_TOKEN_EXT_2B_TKL ? 2 : 0; in coap_read_session()