Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h42 #define COAP_MAX_MESSAGE_SIZE_TCP8 (COAP_MESSAGE_SIZE_OFFSET_TCP16-1) /* 268 */ macro
/third_party/libcoap/src/
Dpdu.c1164 } else if (len <= COAP_MAX_MESSAGE_SIZE_TCP8) { in coap_pdu_encode_header()
Dcoap_session.c264 else if (max_with_header <= COAP_MAX_MESSAGE_SIZE_TCP8 + 3) in coap_session_max_pdu_size()