Searched refs:COAP_TOKEN_EXT_1B_TKL (Results 1 – 3 of 3) sorted by relevance
54 #define COAP_TOKEN_EXT_1B_TKL 13 macro
994 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()
1911 size_t tok_ext_bytes = tkl == COAP_TOKEN_EXT_1B_TKL ? 1 : in coap_read_session()