Searched refs:rt_attributes (Results 1 – 1 of 1) sorted by relevance
203 const coap_str_const_t *rt_attributes; local208 for (rt_attributes = _rt_attributes; rt_attributes->s; rt_attributes++) {209 if (resource_param.length == rt_attributes->length &&210 memcmp(resource_param.s, rt_attributes->s, rt_attributes->length) == 0) {