Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h139 #define COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */ macro
/third_party/libcoap/src/
Dcoap_debug.c537 { COAP_OPTION_SIZE2, "Size2" }, in msg_option_string()
920 case COAP_OPTION_SIZE2: in coap_show_pdu()
Dcoap_pdu.c547 case COAP_OPTION_SIZE2: in coap_option_check_repeatable()
1205 case COAP_OPTION_SIZE2: in coap_pdu_parse_opt_base()
Dcoap_block.c340 COAP_OPTION_SIZE2, in coap_add_data_blocked_response()
363 COAP_OPTION_SIZE2, in coap_add_data_blocked_response()
876 COAP_OPTION_SIZE2, in coap_add_data_large_internal()
3373 coap_opt_t *size_opt = coap_check_option(rcvd, COAP_OPTION_SIZE2, in coap_handle_response_get_block()
Dcoap_oscore.c864 case COAP_OPTION_SIZE2: in coap_oscore_decrypt_pdu()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in230 COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */
Dcoap_pdu_setup.txt.in343 COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */
478 *COAP_OPTION_SIZE1* and *COAP_OPTION_SIZE2*
/third_party/libcoap/examples/
Dcoap-server.c1685 case COAP_OPTION_SIZE2: in proxy_response_handler()