Searched refs:COAP_MAX_MESSAGE_SIZE_TCP16 (Results 1 – 3 of 3) sorted by relevance
43 #define COAP_MAX_MESSAGE_SIZE_TCP16 (COAP_MESSAGE_SIZE_OFFSET_TCP32-1) /* 65804 */ macro57 #define COAP_DEFAULT_MAX_PDU_RX_SIZE (COAP_MAX_MESSAGE_SIZE_TCP16+4UL)
99 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()
266 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()