Searched refs:COAP_OPTION_ACCEPT (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | pdu.h | 129 #define COAP_OPTION_ACCEPT 17 /* C___E__, uint, 0-2 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 346 { COAP_OPTION_ACCEPT, "Accept" }, in msg_option_string() 600 case COAP_OPTION_ACCEPT: in coap_show_pdu()
|
D | pdu.c | 928 case COAP_OPTION_ACCEPT: if (len > 2) res = 0; break; in coap_pdu_parse_opt_base()
|
D | net.c | 726 case COAP_OPTION_ACCEPT: in coap_option_check_critical()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 202 COAP_OPTION_ACCEPT 17 /* C___E__, uint, 0-2 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 296 COAP_OPTION_ACCEPT 17 /* C___E__, uint, 0-2 B, RFC7252 */
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 461 result = coap_add_option(pdu, COAP_OPTION_ACCEPT, in t_encode_pdu5()
|
/third_party/libcoap/examples/ |
D | coap-client.c | 1504 cmdline_content_type(optarg, COAP_OPTION_ACCEPT); in main()
|