Home
last modified time | relevance | path

Searched defs:coap_attr_t (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h42 struct coap_attr_t { struct
43 struct coap_attr_t *next; /**< Pointer to next in chain or NULL */ argument
44 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;
Dcoap_forward_decls.h97 typedef struct coap_attr_t coap_attr_t; typedef