Searched refs:COAP_MAX_MESSAGE_SIZE_TCP8 (Results 1 – 3 of 3) sorted by relevance
42 #define COAP_MAX_MESSAGE_SIZE_TCP8 (COAP_MESSAGE_SIZE_OFFSET_TCP16-1) /* 268 */ macro
1164 } else if (len <= COAP_MAX_MESSAGE_SIZE_TCP8) { in coap_pdu_encode_header()
264 else if (max_with_header <= COAP_MAX_MESSAGE_SIZE_TCP8 + 3) in coap_session_max_pdu_size()