Lines Matching defs:coap_context_t
76 typedef struct coap_context_t { struct
77 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 */
100 struct etimer notify_timer; /**< used to check resources periodically */
124 ssize_t (*network_send)(struct coap_context_t *context, argument
131 } coap_context_t; typedef