Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h43 #define COAP_MAX_MESSAGE_SIZE_TCP0 (COAP_MESSAGE_SIZE_OFFSET_TCP8-1) /* 12 */ macro
/third_party/libcoap/src/
Dcoap_pdu.c1460 if (len <= COAP_MAX_MESSAGE_SIZE_TCP0) { in coap_pdu_encode_header()
Dcoap_session.c717 else if (max_with_header <= COAP_MAX_MESSAGE_SIZE_TCP0 + 2) in coap_session_max_pdu_size_internal()