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.h43 #define COAP_MAX_MESSAGE_SIZE_TCP16 (COAP_MESSAGE_SIZE_OFFSET_TCP32-1) /* 65804 */ macro
57 #define COAP_DEFAULT_MAX_PDU_RX_SIZE (COAP_MAX_MESSAGE_SIZE_TCP16+4UL)
/third_party/libcoap/src/
Dpdu.c99 assert(size <= COAP_MAX_MESSAGE_SIZE_TCP16 + 4); in coap_pdu_init()
100 if (size > COAP_MAX_MESSAGE_SIZE_TCP16 + 4) in coap_pdu_init()
1175 } else if (len <= COAP_MAX_MESSAGE_SIZE_TCP16) { in coap_pdu_encode_header()
Dcoap_session.c266 else if (max_with_header <= COAP_MAX_MESSAGE_SIZE_TCP16 + 4) in coap_session_max_pdu_size()
275 if (mtu > COAP_MAX_MESSAGE_SIZE_TCP16 + 4) in coap_session_set_mtu()
276 mtu = COAP_MAX_MESSAGE_SIZE_TCP16 + 4; in coap_session_set_mtu()