Searched defs:coap_context_t (Results 1 – 1 of 1) sorted by relevance
76 typedef struct coap_context_t { struct77 coap_opt_filter_t known_options;78 struct coap_resource_t *resources; /**< hash table or list of known resources */83 struct coap_async_state_t *async_state;89 coap_tick_t sendqueue_basetime;90 coap_queue_t *sendqueue;91 coap_endpoint_t *endpoint; /**< the endpoint used for listening */94 int sockfd; /**< send/receive socket */98 struct uip_udp_conn *conn; /**< uIP connection object */99 struct etimer retransmit_timer; /**< fires when the next packet must be sent */[all …]