Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h45 #define COAP_MAX_MESSAGE_SIZE_TCP16 (COAP_MESSAGE_SIZE_OFFSET_TCP32-1) /* 65804 */ macro
70 #define COAP_DEFAULT_MAX_PDU_RX_SIZE (COAP_MAX_MESSAGE_SIZE_TCP16+4UL)
/third_party/libcoap/src/
Dcoap_pdu.c1480 } else if (len <= COAP_MAX_MESSAGE_SIZE_TCP16) { in coap_pdu_encode_header()
Dcoap_session.c721 else if (max_with_header <= COAP_MAX_MESSAGE_SIZE_TCP16 + 4) in coap_session_max_pdu_size_internal()