Searched refs:hnd_get_index (Results 1 - 6 of 6) sorted by relevance
/third_party/libcoap/examples/contiki/ |
H A D | server.c | 117 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_coap_resources()
|
/third_party/libcoap/examples/lwip/ |
H A D | server-coap.c | 77 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_coap_resources()
|
/third_party/libcoap/examples/riot/examples_libcoap_server/ |
H A D | server-coap.c | 81 coap_register_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_coap_resources()
|
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 89 hnd_get_index(coap_resource_t *resource, in hnd_get_index() function 282 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_resources()
|
H A D | etsi_iot_01.c | 95 hnd_get_index(coap_resource_t *resource COAP_UNUSED,
|
H A D | coap-server.c | 264 hnd_get_index(coap_resource_t *resource, in hnd_get_index() function 1750 coap_register_request_handler(r, COAP_REQUEST_GET, hnd_get_index); in init_resources()
|
Completed in 8 milliseconds