Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h129 #define COAP_OPTION_ACCEPT 17 /* C___E__, uint, 0-2 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_debug.c346 { COAP_OPTION_ACCEPT, "Accept" }, in msg_option_string()
600 case COAP_OPTION_ACCEPT: in coap_show_pdu()
Dpdu.c928 case COAP_OPTION_ACCEPT: if (len > 2) res = 0; break; in coap_pdu_parse_opt_base()
Dnet.c726 case COAP_OPTION_ACCEPT: in coap_option_check_critical()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in202 COAP_OPTION_ACCEPT 17 /* C___E__, uint, 0-2 B, RFC7252 */
Dcoap_pdu_setup.txt.in296 COAP_OPTION_ACCEPT 17 /* C___E__, uint, 0-2 B, RFC7252 */
/third_party/libcoap/tests/
Dtest_pdu.c461 result = coap_add_option(pdu, COAP_OPTION_ACCEPT, in t_encode_pdu5()
/third_party/libcoap/examples/
Dcoap-client.c1504 cmdline_content_type(optarg, COAP_OPTION_ACCEPT); in main()