Home
last modified time | relevance | path

Searched refs:COAP_SIGNALING_OPTION_MAX_MESSAGE_SIZE (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu.h193 #define COAP_SIGNALING_OPTION_MAX_MESSAGE_SIZE 2 macro
/third_party/libcoap/src/
Dcoap_debug.c549 { COAP_SIGNALING_OPTION_MAX_MESSAGE_SIZE, "Max-Message-Size" }, in msg_option_string()
777 case COAP_SIGNALING_OPTION_MAX_MESSAGE_SIZE: in coap_show_pdu()
Dcoap_pdu.c1069 case COAP_SIGNALING_OPTION_MAX_MESSAGE_SIZE: in coap_pdu_parse_opt_csm()
Dcoap_session.c833 || coap_add_option_internal(pdu, COAP_SIGNALING_OPTION_MAX_MESSAGE_SIZE, in coap_session_send_csm()
Dcoap_net.c3448 if (opt_iter.number == COAP_SIGNALING_OPTION_MAX_MESSAGE_SIZE) { in handle_signaling()