Searched refs:COAP_OPTION_SIZE2 (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | pdu.h | 133 #define COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 350 { COAP_OPTION_SIZE2, "Size2" }, in msg_option_string() 622 case COAP_OPTION_SIZE2: in coap_show_pdu()
|
D | block.c | 210 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()
|
D | pdu.c | 932 case COAP_OPTION_SIZE2: if (len > 4) res = 0; break; in coap_pdu_parse_opt_base()
|
D | net.c | 2300 COAP_OPTION_SIZE2, in coap_wellknown_response()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 206 COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */
|
D | coap_pdu_setup.txt.in | 300 COAP_OPTION_SIZE2 28 /* __N_E_U, uint, 0-4 B, RFC7959 */
|
/third_party/libcoap/examples/ |
D | coap-server.c | 1687 case COAP_OPTION_SIZE2: in proxy_message_handler()
|