Searched refs:COAP_OPTION_URI_QUERY (Results 1 – 11 of 11) sorted by relevance
/third_party/libcoap/examples/ |
D | etsi_iot_01.c | 316 coap_option_filter_set(&f, COAP_OPTION_URI_QUERY); in hnd_get_query() 360 coap_option_filter_set(&f, COAP_OPTION_URI_QUERY); in hnd_get_separate()
|
D | coap-server.c | 1126 case COAP_OPTION_URI_QUERY: in hnd_proxy_uri() 1475 case COAP_OPTION_URI_QUERY: in hnd_put_post()
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 132 #define COAP_OPTION_URI_QUERY 15 /* CU-RE__, String, 1-255 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_uri.c | 375 coap_new_optlist(COAP_OPTION_URI_QUERY, in coap_uri_into_options() 727 coap_option_filter_set(&f, COAP_OPTION_URI_QUERY); in coap_get_query()
|
D | coap_debug.c | 531 { COAP_OPTION_URI_QUERY, "Uri-Query" }, in msg_option_string() 953 opt_iter.number == COAP_OPTION_URI_QUERY) { in coap_show_pdu()
|
D | coap_pdu.c | 531 case COAP_OPTION_URI_QUERY: in coap_option_check_repeatable() 1181 case COAP_OPTION_URI_QUERY: in coap_pdu_parse_opt_base()
|
D | coap_oscore.c | 214 COAP_OPTION_URI_QUERY, in coap_rebuild_pdu_for_proxy() 859 case COAP_OPTION_URI_QUERY: in coap_oscore_decrypt_pdu()
|
D | coap_net.c | 692 case COAP_OPTION_URI_QUERY: in coap_option_check_critical()
|
/third_party/libcoap/man/ |
D | coap_pdu_setup.txt.in | 336 COAP_OPTION_URI_QUERY 15 /* CU-RE__, String, 1-255 B, RFC7252 */ 430 value indicates the number of components that individual COAP_OPTION_URI_QUERY 618 coap_new_optlist(COAP_OPTION_URI_QUERY,
|
D | coap_pdu_access.txt.in | 224 COAP_OPTION_URI_QUERY 15 /* CU-RE__, String, 1-255 B, RFC7252 */
|
D | coap_block.txt.in | 366 coap_new_optlist(COAP_OPTION_URI_QUERY,
|