Home
last modified time | relevance | path

Searched refs:COAP_OPTION_SIZE2 (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/include/coap3/
Dpdu.h133 #define COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */ macro
/third_party/libcoap/src/
Dcoap_debug.c350 { COAP_OPTION_SIZE2, "Size2" }, in msg_option_string()
622 case COAP_OPTION_SIZE2: in coap_show_pdu()
Dblock.c210 COAP_OPTION_SIZE2, in coap_add_data_blocked_response()
233 COAP_OPTION_SIZE2, in coap_add_data_blocked_response()
530 COAP_OPTION_SIZE2, in coap_add_data_large_internal()
1639 coap_opt_t *size_opt = coap_check_option(rcvd, COAP_OPTION_SIZE2, in coap_handle_response_get_block()
Dpdu.c932 case COAP_OPTION_SIZE2: if (len > 4) res = 0; break; in coap_pdu_parse_opt_base()
Dnet.c2300 COAP_OPTION_SIZE2, in coap_wellknown_response()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in206 COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */
Dcoap_pdu_setup.txt.in300 COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */
/third_party/libcoap/examples/
Dcoap-server.c1687 case COAP_OPTION_SIZE2: in proxy_message_handler()