Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h127 #define COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_uri.c355 coap_new_optlist(COAP_OPTION_URI_PATH, in coap_uri_into_options()
793 coap_option_filter_set(&f, COAP_OPTION_URI_PATH); in coap_get_uri_path()
Dcoap_debug.c528 { COAP_OPTION_URI_PATH, "Uri-Path" }, in msg_option_string()
947 if (opt_iter.number == COAP_OPTION_URI_PATH || in coap_show_pdu()
Dcoap_pdu.c527 case COAP_OPTION_URI_PATH: in coap_option_check_repeatable()
1154 case COAP_OPTION_URI_PATH: in coap_pdu_parse_opt_base()
Dcoap_oscore.c193 COAP_OPTION_URI_PATH, in coap_rebuild_pdu_for_proxy()
856 case COAP_OPTION_URI_PATH: in coap_oscore_decrypt_pdu()
Dcoap_net.c691 case COAP_OPTION_URI_PATH: in coap_option_check_critical()
/third_party/libcoap/man/
Dcoap_pdu_setup.txt.in332 COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */
420 value indicates the number of components that individual COAP_OPTION_URI_PATH
605 coap_new_optlist(COAP_OPTION_URI_PATH,
Dcoap_pdu_access.txt.in220 COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */
Dcoap_block.txt.in353 coap_new_optlist(COAP_OPTION_URI_PATH,
/third_party/libcoap/tests/
Dtest_pdu.c418 result = coap_add_option(pdu, COAP_OPTION_URI_PATH, in t_encode_pdu4()
426 result = coap_add_option(pdu, COAP_OPTION_URI_PATH, 0, NULL); in t_encode_pdu4()
/third_party/libcoap/examples/
Dcoap-server.c1124 case COAP_OPTION_URI_PATH: in hnd_proxy_uri()
1469 case COAP_OPTION_URI_PATH: in hnd_put_post()