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.h45 struct coap_context_t { struct
46 coap_opt_filter_t known_options;
47 coap_resource_t *resources; /**< hash table or list of known
49 coap_resource_t *unknown_resource; /**< can be used for handling
51 coap_resource_t *proxy_uri_resource; /**< can be used for handling
53 coap_resource_release_userdata_handler_t release_userdata;
60 coap_async_t *async_state;
66 coap_tick_t sendqueue_basetime;
67 coap_queue_t *sendqueue;
68 coap_endpoint_t *endpoint; /**< the endpoints used for listening */
[all …]
Dcoap_forward_decls.h73 typedef struct coap_context_t coap_context_t; typedef