Home
last modified time | relevance | path

Searched refs:COAP_REQUEST_GET (Results 1 – 18 of 18) sorted by relevance

/third_party/libcoap/examples/contiki/
Dserver.c117 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_coap_resources()
132 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_time); in init_coap_resources()
146 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_async); in init_coap_resources()
/third_party/libcoap/examples/
Doscore-interop-server.c282 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_resources()
291 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_hello_coap); in init_resources()
296 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_hello_1); in init_resources()
301 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_hello_2); in init_resources()
306 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_hello_3); in init_resources()
321 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_observe1); in init_resources()
328 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_observe2); in init_resources()
Detsi_iot_01.c197 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_resource); in hnd_post_test()
448 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_resource); in init_resources()
471 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_resource); in init_resources()
492 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_resource); in init_resources()
502 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_query); in init_resources()
509 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_separate); in init_resources()
Dcoap-rd.c458 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_resource); in hnd_post_rd()
539 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_rd); in init_resources()
Dcoap-server.c1547 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get); in hnd_put_post_unknown()
1750 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_resources()
1760 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_fetch_time); in init_resources()
1787 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_async); in init_resources()
1794 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_example_data); in init_resources()
Dcoap-client.c911 if (method == COAP_REQUEST_GET || method == COAP_REQUEST_FETCH) { in set_blocksize()
/third_party/libcoap/examples/lwip/
Dserver-coap.c77 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_coap_resources()
92 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_time); in init_coap_resources()
106 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_async); in init_coap_resources()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c81 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_coap_resources()
97 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_time); in init_coap_resources()
112 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_async); in init_coap_resources()
/third_party/libcoap/include/coap3/
Dcoap_pdu.h79 COAP_REQUEST_GET = 1, enumerator
325 COAP_REQUEST_CODE_GET = COAP_REQUEST_GET,
/third_party/libcoap/man/
Dcoap_attribute.txt.in135 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_index);
148 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_time);
Dcoap_resource.txt.in389 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_index);
402 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_time);
559 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get);
581 * coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_unknown);
Dcoap_observe.txt.in258 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_generic);
380 if (request_code == COAP_REQUEST_GET && observe) {
Dcoap_block.txt.in373 if (request_code == COAP_REQUEST_GET && observe) {
525 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_time);
Dcoap_handler.txt.in66 COAP_REQUEST_GET
Dcoap_persist.txt.in303 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_generic);
Dcoap_pdu_setup.txt.in625 if (request_code == COAP_REQUEST_GET && observe) {
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt318 COAP_REQUEST_GET,
/third_party/libcoap/src/
Dcoap_net.c4043 resource_uri_wellknown.handler[COAP_REQUEST_GET-1] = hnd_get_wellknown; in coap_startup()