Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/src/
Dresource.c340 LL_PREPEND(resource->link_attr, attr);
356 LL_FOREACH(resource->link_attr, attr) {
411 LL_FOREACH_SAFE(resource->link_attr, attr, tmp) coap_delete_attr(attr);
494 LL_FOREACH(resource->link_attr, attr) {
/net-tools-latest/libcoap/include/coap/
Dresource.h87 coap_attr_t *link_attr; /**< attributes to be included with the link format */ member