/third_party/libcoap/examples/contiki/ |
D | server.c | 117 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/ |
D | oscore-interop-server.c | 282 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()
|
D | etsi_iot_01.c | 197 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()
|
D | coap-rd.c | 458 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()
|
D | coap-server.c | 1547 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()
|
D | coap-client.c | 911 if (method == COAP_REQUEST_GET || method == COAP_REQUEST_FETCH) { in set_blocksize()
|
/third_party/libcoap/examples/lwip/ |
D | server-coap.c | 77 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/ |
D | server-coap.c | 81 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/ |
D | coap_pdu.h | 79 COAP_REQUEST_GET = 1, enumerator 325 COAP_REQUEST_CODE_GET = COAP_REQUEST_GET,
|
/third_party/libcoap/man/ |
D | coap_attribute.txt.in | 135 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_index); 148 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_time);
|
D | coap_resource.txt.in | 389 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);
|
D | coap_observe.txt.in | 258 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_generic); 380 if (request_code == COAP_REQUEST_GET && observe) {
|
D | coap_block.txt.in | 373 if (request_code == COAP_REQUEST_GET && observe) { 525 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_time);
|
D | coap_handler.txt.in | 66 COAP_REQUEST_GET
|
D | coap_persist.txt.in | 303 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_generic);
|
D | coap_pdu_setup.txt.in | 625 if (request_code == COAP_REQUEST_GET && observe) {
|
/third_party/libcoap/doc/ |
D | upgrade_4.2.1_4.3.0.txt | 318 COAP_REQUEST_GET,
|
/third_party/libcoap/src/ |
D | coap_net.c | 4043 resource_uri_wellknown.handler[COAP_REQUEST_GET-1] = hnd_get_wellknown; in coap_startup()
|