Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_net_internal.h49 struct coap_context_t { struct
50 coap_opt_filter_t known_options;
52 coap_resource_t *resources; /**< hash table or list of known
54 coap_resource_t *unknown_resource; /**< can be used for handling
56 coap_resource_t *proxy_uri_resource; /**< can be used for handling
58 coap_resource_release_userdata_handler_t release_userdata;
66 coap_async_t *async_state;
72 coap_tick_t sendqueue_basetime;
73 coap_queue_t *sendqueue;
75 coap_endpoint_t *endpoint; /**< the endpoints used for listening */
[all …]
Dcoap_forward_decls.h75 typedef struct coap_context_t coap_context_t; typedef