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.h31 struct coap_attr_t { struct
32 struct coap_attr_t *next; /**< Pointer to next in chain or NULL */ argument
33 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;
Dcoap_forward_decls.h88 typedef struct coap_attr_t coap_attr_t; typedef