Home
last modified time | relevance | path

Searched defs:vhd_ntpc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/system/ntpclient/
H A Dntpclient.c31 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;
[all …]