Searched defs:coap_attr_t (Results 1 – 2 of 2) sorted by relevance
31 struct coap_attr_t { struct32 struct coap_attr_t *next; /**< Pointer to next in chain or NULL */ argument33 coap_str_const_t *name; /**< Name of the attribute */34 coap_str_const_t *value; /**< Value of the attribute (can be NULL) */35 int flags;
88 typedef struct coap_attr_t coap_attr_t; typedef