Searched refs:COAP_OPTION_URI_PATH (Results 1 – 11 of 11) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 127 #define COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_uri.c | 355 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()
|
D | coap_debug.c | 528 { COAP_OPTION_URI_PATH, "Uri-Path" }, in msg_option_string() 947 if (opt_iter.number == COAP_OPTION_URI_PATH || in coap_show_pdu()
|
D | coap_pdu.c | 527 case COAP_OPTION_URI_PATH: in coap_option_check_repeatable() 1154 case COAP_OPTION_URI_PATH: in coap_pdu_parse_opt_base()
|
D | coap_oscore.c | 193 COAP_OPTION_URI_PATH, in coap_rebuild_pdu_for_proxy() 856 case COAP_OPTION_URI_PATH: in coap_oscore_decrypt_pdu()
|
D | coap_net.c | 691 case COAP_OPTION_URI_PATH: in coap_option_check_critical()
|
/third_party/libcoap/man/ |
D | coap_pdu_setup.txt.in | 332 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,
|
D | coap_pdu_access.txt.in | 220 COAP_OPTION_URI_PATH 11 /* CU-RE__, String, 0-255 B, RFC7252 */
|
D | coap_block.txt.in | 353 coap_new_optlist(COAP_OPTION_URI_PATH,
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 418 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/ |
D | coap-server.c | 1124 case COAP_OPTION_URI_PATH: in hnd_proxy_uri() 1469 case COAP_OPTION_URI_PATH: in hnd_put_post()
|