Home
last modified time | relevance | path

Searched refs:coap_get_resource_from_key (Results 1 – 5 of 5) sorted by relevance

/net-tools-latest/libcoap/
Dlibcoap-1.sym41 coap_get_resource_from_key
Dlibcoap-1.map43 coap_get_resource_from_key;
/net-tools-latest/libcoap/include/coap/
Dresource.h265 coap_resource_t *coap_get_resource_from_key(coap_context_t *context,
/net-tools-latest/libcoap/src/
Dresource.c434 resource = coap_get_resource_from_key(context, key);
468 coap_get_resource_from_key(coap_context_t *context, coap_key_t key) { function
Dnet.c1366 resource = coap_get_resource_from_key(context, key); in handle_request()