Lines Matching defs:vhd_ntpc
31 struct vhd_ntpc { struct
32 struct lws_context *context;
33 struct lws_vhost *vhost;
34 const struct lws_protocols *protocol;
35 lws_sorted_usec_list_t sul_conn;
36 lws_sorted_usec_list_t sul_write; /* track write retries */
37 const char *ntp_server_ads;
38 struct lws *wsi_udp;
39 uint16_t retry_count_conn;
40 uint16_t retry_count_write;
42 char set_time;