Searched refs:COAP_MAX_MESSAGE_SIZE_TCP0 (Results 1 – 3 of 3) sorted by relevance
41 #define COAP_MAX_MESSAGE_SIZE_TCP0 (COAP_MESSAGE_SIZE_OFFSET_TCP8-1) /* 12 */ macro
1153 if (len <= COAP_MAX_MESSAGE_SIZE_TCP0) { in coap_pdu_encode_header()
262 else if (max_with_header <= COAP_MAX_MESSAGE_SIZE_TCP0 + 2) in coap_session_max_pdu_size()