Searched refs:resources (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.7.0/libcoap/examples/lwip/ |
D | README | 24 The server does not create any resources (it exposes an empty 25 `.well-known/core`), but the work flow for adding more resources does not 27 the resources, tweak the number of pre-allocated resources in `lwippools.h`.
|
/net-tools-3.7.0/libcoap/src/ |
D | resource.c | 233 RESOURCES_ITER(context->resources, r) { 400 RESOURCES_ADD(context->resources, resource); 440 RESOURCES_DELETE(context->resources, resource); 457 LL_FOREACH_SAFE(context->resources, res, rtmp) { 459 HASH_ITER(hh, context->resources, res, rtmp) { 464 context->resources = NULL; 471 RESOURCES_FIND(context->resources, key, result); 583 RESOURCES_ITER(context->resources, r) { 690 RESOURCES_ITER(context->resources, r) { 751 RESOURCES_ITER(context->resources, r) {
|
D | net.c | 1292 RESOURCES_ITER(context->resources, r) { in coap_cancel()
|
/net-tools-3.7.0/libcoap/examples/ |
D | coap-rd.c | 60 rd_t *resources = NULL; variable 106 HASH_FIND(hh, resources, resource->key, sizeof(coap_key_t), rd); in hnd_get_resource() 145 HASH_FIND(hh, resources, resource->key, sizeof(coap_key_t), rd); in hnd_put_resource() 211 HASH_FIND(hh, resources, resource->key, sizeof(coap_key_t), rd); in hnd_delete_resource() 213 HASH_DELETE(hh, resources, rd); in hnd_delete_resource() 509 HASH_ADD(hh, resources, key, sizeof(coap_key_t), rd); in hnd_post_rd()
|
/net-tools-3.7.0/libcoap/ |
D | README | 9 for devices that are constrained their resources such as computing
|
D | README.md | 9 for devices that are constrained their resources such as computing
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | net.h | 78 struct coap_resource_t *resources; /**< hash table or list of known resources */ member
|
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/ |
D | README.md | 79 ## Other resources 82 resources for the developer, such as [developer
|