Searched defs:coap_context_t (Results 1 – 3 of 3) sorted by relevance
49 struct coap_context_t { struct50 coap_opt_filter_t known_options;52 coap_resource_t *resources; /**< hash table or list of known54 coap_resource_t *unknown_resource; /**< can be used for handling56 coap_resource_t *proxy_uri_resource; /**< can be used for handling58 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 …]
75 typedef struct coap_context_t coap_context_t; typedef
149 typedef struct coap_context_t { struct150 coap_opt_filter_t known_options;151 struct coap_resource_t *resources; /**< hash table or list of known153 struct coap_resource_t *unknown_resource; /**< can be used for handling159 struct coap_async_state_t *async_state;165 coap_tick_t sendqueue_basetime;166 coap_queue_t *sendqueue;167 coap_endpoint_t *endpoint; /**< the endpoints used for listening */168 coap_session_t *sessions; /**< client sessions */171 struct uip_udp_conn *conn; /**< uIP connection object */[all …]