Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h68 #define COAP_OPTION_ACCEPT 17 /* C, uint, 0-2 B, (none) */ macro
/net-tools-3.4.0/libcoap/src/
Ddebug.c304 { COAP_OPTION_ACCEPT, "Accept" }, in msg_option_string()
Dnet.c470 case COAP_OPTION_ACCEPT: in coap_option_check_critical()
/net-tools-3.4.0/libcoap/tests/
Dtest_pdu.c382 result = coap_add_option(pdu, COAP_OPTION_ACCEPT, in t_encode_pdu5()
/net-tools-3.4.0/libcoap/examples/
Dclient.c1089 cmdline_content_type(optarg,COAP_OPTION_ACCEPT); in main()