Searched refs:COAP_OPTION_URI_PATH (Results 1 – 12 of 12) sorted by relevance
/third_party/libcoap/examples/contiki/ |
D | coap-observer.c | 159 coap_add_option(request, COAP_OPTION_URI_PATH, in PROCESS_THREAD()
|
/third_party/libcoap/include/coap3/ |
D | pdu.h | 122 #define COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 341 { COAP_OPTION_URI_PATH, "Uri-Path" }, in msg_option_string() 644 if (opt_iter.number == COAP_OPTION_URI_PATH || in coap_show_pdu()
|
D | pdu.c | 557 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()
|
D | uri.c | 615 coap_option_filter_set(&f, COAP_OPTION_URI_PATH); in coap_get_uri_path()
|
D | net.c | 724 case COAP_OPTION_URI_PATH: in coap_option_check_critical()
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 406 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/ |
D | coap_pdu_setup.txt.in | 290 COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */ 449 coap_new_optlist(COAP_OPTION_URI_PATH,
|
D | coap_pdu_access.txt.in | 196 COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */
|
D | coap_block.txt.in | 231 coap_new_optlist(COAP_OPTION_URI_PATH,
|
/third_party/libcoap/examples/ |
D | coap-server.c | 1147 coap_new_optlist(COAP_OPTION_URI_PATH, in hnd_proxy_uri() 1177 case COAP_OPTION_URI_PATH: in hnd_proxy_uri()
|
D | coap-client.c | 695 coap_new_optlist(COAP_OPTION_URI_PATH, in cmdline_uri()
|