Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/src/
Dresource.c198 const str *rt_attributes; local
203 for (rt_attributes = _rt_attributes; rt_attributes->s; rt_attributes++) {
204 if (resource_param.length == rt_attributes->length &&
205 memcmp(resource_param.s, rt_attributes->s, rt_attributes->length) == 0) {