Searched refs:COAP_OPTION_SIZE2 (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 139 #define COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 537 { COAP_OPTION_SIZE2, "Size2" }, in msg_option_string() 920 case COAP_OPTION_SIZE2: in coap_show_pdu()
|
D | coap_pdu.c | 547 case COAP_OPTION_SIZE2: in coap_option_check_repeatable() 1205 case COAP_OPTION_SIZE2: in coap_pdu_parse_opt_base()
|
D | coap_block.c | 340 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()
|
D | coap_oscore.c | 864 case COAP_OPTION_SIZE2: in coap_oscore_decrypt_pdu()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 230 COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */
|
D | coap_pdu_setup.txt.in | 343 COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */ 478 *COAP_OPTION_SIZE1* and *COAP_OPTION_SIZE2*
|
/third_party/libcoap/examples/ |
D | coap-server.c | 1685 case COAP_OPTION_SIZE2: in proxy_response_handler()
|