Searched defs:coap_attr_t (Results 1 – 2 of 2) sorted by relevance
42 struct coap_attr_t { struct43 struct coap_attr_t *next; /**< Pointer to next in chain or NULL */ argument44 coap_str_const_t *name; /**< Name of the attribute */45 coap_str_const_t *value; /**< Value of the attribute (can be NULL) */46 int flags;
97 typedef struct coap_attr_t coap_attr_t; typedef