Searched refs:COAP_OPTION_URI_QUERY (Results 1 – 9 of 9) sorted by relevance
/net-tools-3.4.0/libcoap/include/coap/ |
D | pdu.h | 67 #define COAP_OPTION_URI_QUERY 15 /* C, String, 1-255 B, (none) */ macro
|
/net-tools-3.4.0/libcoap/src/ |
D | debug.c | 303 { COAP_OPTION_URI_QUERY, "Uri-Query" }, in msg_option_string() 441 opt_iter.type == COAP_OPTION_URI_QUERY) { in coap_show_pdu()
|
D | net.c | 469 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/ |
D | server.c | 130 && (option = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter)) in hnd_get_time()
|
/net-tools-3.4.0/libcoap/examples/ |
D | client.c | 227 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()
|
D | coap-server.c | 136 && (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()
|
D | etsi_iot_01.c | 387 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()
|
D | coap-rd.c | 415 query = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter); in hnd_post_rd()
|
/net-tools-3.4.0/ |
D | coap-client.c | 703 new_option_node(COAP_OPTION_URI_QUERY, in parse_uri() 1126 case COAP_OPTION_URI_QUERY : in add_options()
|