Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap2/
Dnet.h147 typedef struct coap_context_t { struct
148 coap_opt_filter_t known_options;
149 struct coap_resource_t *resources; /**< hash table or list of known
151 struct coap_resource_t *unknown_resource; /**< can be used for handling
157 struct coap_async_state_t *async_state;
163 coap_tick_t sendqueue_basetime;
164 coap_queue_t *sendqueue;
165 coap_endpoint_t *endpoint; /**< the endpoints used for listening */
166 coap_session_t *sessions; /**< client sessions */
169 struct uip_udp_conn *conn; /**< uIP connection object */
[all …]