Searched refs:coap_attr_t (Results 1 – 4 of 4) sorted by relevance
53 typedef struct coap_attr_t { struct54 struct coap_attr_t *next; argument58 } coap_attr_t; typedef87 coap_attr_t *link_attr; /**< attributes to be included with the link format */168 coap_attr_t *coap_add_attr(coap_resource_t *resource,185 coap_attr_t *coap_find_attr(coap_resource_t *resource,195 void coap_delete_attr(coap_attr_t *attr);
56 LWIP_MEMPOOL(COAP_RESOURCEATTR, MEMP_NUM_COAPRESOURCEATTR, sizeof(coap_attr_t), "COAP_RESOURCEATTR")
242 coap_attr_t *attr;313 coap_attr_t *318 coap_attr_t *attr;324 attr = (coap_attr_t *)memp_malloc(MEMP_COAP_RESOURCEATTR);327 attr = (coap_attr_t *)coap_malloc_type(COAP_RESOURCEATTR, sizeof(coap_attr_t));348 coap_attr_t *351 coap_attr_t *attr;366 coap_delete_attr(coap_attr_t *attr) {405 coap_attr_t *attr, *tmp;481 coap_attr_t *attr;
74 MEMB(attribute_storage, coap_attr_t, COAP_MAX_ATTRIBUTES);