Searched refs:coap_find_attr (Results 1 – 5 of 5) sorted by relevance
15 coap_find_attr25 *coap_attr_t *coap_find_attr(coap_resource_t *_resource_,71 The *coap_find_attr*() function returns the attribute with the _name_,82 *coap_find_attr*() function returns a pointer to the first matching
303 coap_attr_t *coap_find_attr(coap_resource_t *resource,
73 coap_find_attr
75 coap_find_attr;
250 attr = coap_find_attr(r, &resource_param);444 coap_find_attr(coap_resource_t *resource, function