Home
last modified time | relevance | path

Searched refs:COAP_OPTION_URI_QUERY (Results 1 – 9 of 9) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h67 #define COAP_OPTION_URI_QUERY 15 /* C, String, 1-255 B, (none) */ macro
/net-tools-3.4.0/libcoap/src/
Ddebug.c303 { COAP_OPTION_URI_QUERY, "Uri-Query" }, in msg_option_string()
441 opt_iter.type == COAP_OPTION_URI_QUERY) { in coap_show_pdu()
Dnet.c469 case COAP_OPTION_URI_QUERY: in coap_option_check_critical()
1173 query_filter = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter); in coap_wellknown_response()
/net-tools-3.4.0/libcoap/examples/contiki/
Dserver.c130 && (option = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter)) in hnd_get_time()
/net-tools-3.4.0/libcoap/examples/
Dclient.c227 case COAP_OPTION_URI_QUERY : in clear_obs()
388 case COAP_OPTION_URI_QUERY : in message_handler()
453 case COAP_OPTION_URI_QUERY : in message_handler()
719 new_option_node(COAP_OPTION_URI_QUERY, in cmdline_uri()
Dcoap-server.c136 && (option = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter)) in hnd_get_time()
231 option = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter); in hnd_get_async()
Detsi_iot_01.c387 coap_option_setb(f, COAP_OPTION_URI_QUERY); in hnd_get_query()
429 coap_option_setb(f, COAP_OPTION_URI_QUERY); in hnd_get_separate()
Dcoap-rd.c415 query = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter); in hnd_post_rd()
/net-tools-3.4.0/
Dcoap-client.c703 new_option_node(COAP_OPTION_URI_QUERY, in parse_uri()
1126 case COAP_OPTION_URI_QUERY : in add_options()