Searched refs:COAP_OPTION_SIZE1 (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | pdu.h | 136 #define COAP_OPTION_SIZE1 60 /* __N_E_U, uint, 0-4 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 353 { COAP_OPTION_SIZE1, "Size1" }, in msg_option_string() 621 case COAP_OPTION_SIZE1: in coap_show_pdu()
|
D | block.c | 499 COAP_OPTION_SIZE1, in coap_add_data_large_internal() 1250 COAP_OPTION_SIZE1, in coap_handle_request_put_block()
|
D | pdu.c | 935 case COAP_OPTION_SIZE1: if (len > 4) res = 0; break; in coap_pdu_parse_opt_base()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 209 COAP_OPTION_SIZE1 60 /* __N_E_U, uint, 0-4 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 303 COAP_OPTION_SIZE1 60 /* __N_E_U, uint, 0-4 B, RFC7252 */
|