Home
last modified time | relevance | path

Searched refs:COAP_OPTION_URI_PATH (Results 1 – 12 of 12) sorted by relevance

/third_party/libcoap/examples/contiki/
Dcoap-observer.c159 coap_add_option(request, COAP_OPTION_URI_PATH, in PROCESS_THREAD()
/third_party/libcoap/include/coap3/
Dpdu.h122 #define COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_debug.c341 { COAP_OPTION_URI_PATH, "Uri-Path" }, in msg_option_string()
644 if (opt_iter.number == COAP_OPTION_URI_PATH || in coap_show_pdu()
Dpdu.c557 case COAP_OPTION_URI_PATH: in coap_add_option()
923 case COAP_OPTION_URI_PATH: if (len > 255) res = 0; break; in coap_pdu_parse_opt_base()
Duri.c615 coap_option_filter_set(&f, COAP_OPTION_URI_PATH); in coap_get_uri_path()
Dnet.c724 case COAP_OPTION_URI_PATH: in coap_option_check_critical()
/third_party/libcoap/tests/
Dtest_pdu.c406 result = coap_add_option(pdu, COAP_OPTION_URI_PATH, in t_encode_pdu4()
414 result = coap_add_option(pdu, COAP_OPTION_URI_PATH, 0, NULL); in t_encode_pdu4()
/third_party/libcoap/man/
Dcoap_pdu_setup.txt.in290 COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */
449 coap_new_optlist(COAP_OPTION_URI_PATH,
Dcoap_pdu_access.txt.in196 COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */
Dcoap_block.txt.in231 coap_new_optlist(COAP_OPTION_URI_PATH,
/third_party/libcoap/examples/
Dcoap-server.c1147 coap_new_optlist(COAP_OPTION_URI_PATH, in hnd_proxy_uri()
1177 case COAP_OPTION_URI_PATH: in hnd_proxy_uri()
Dcoap-client.c695 coap_new_optlist(COAP_OPTION_URI_PATH, in cmdline_uri()