Home
last modified time | relevance | path

Searched refs:link_attr (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h73 coap_attr_t *link_attr; /**< attributes to be included with the link format */ member
/third_party/libcoap/src/
Dcoap_resource.c413 LL_PREPEND(resource->link_attr, attr);
429 LL_FOREACH(resource->link_attr, attr) {
485 LL_FOREACH_SAFE(resource->link_attr, attr, tmp) coap_delete_attr(attr);
633 LL_FOREACH(resource->link_attr, attr) {