Searched refs:sul_conn (Results 1 – 2 of 2) sorted by relevance
/external/libwebsockets/lib/system/ntpclient/ |
D | ntpclient.c | 35 lws_sorted_usec_list_t sul_conn; member 72 struct vhd_ntpc *v = lws_container_of(sul, struct vhd_ntpc, sul_conn); in lws_ntpc_retry_conn() 76 if (v->wsi_udp || !lws_dll2_is_detached(&v->sul_conn.list)) in lws_ntpc_retry_conn() 91 lws_retry_sul_schedule(v->context, 0, &v->sul_conn, &bo, in lws_ntpc_retry_conn() 165 lws_ntpc_retry_conn(&v->sul_conn); in callback_ntpc() 200 lws_retry_sul_schedule(v->context, 0, &v->sul_conn, &bo, in callback_ntpc() 265 lws_retry_sul_schedule(wsi->context, 0, &v->sul_conn, &bo, in callback_ntpc() 279 lws_sul_schedule(v->context, 0, &v->sul_conn, NULL, in callback_ntpc()
|
/external/libwebsockets/lib/system/dhcpclient/ |
D | dhcpclient.c | 105 lws_sorted_usec_list_t sul_conn; member 190 lws_dhcpc_req_t *r = lws_container_of(sul, lws_dhcpc_req_t, sul_conn); in lws_dhcpc_retry_conn() 192 if (r->wsi_raw || !lws_dll2_is_detached(&r->sul_conn.list)) in lws_dhcpc_retry_conn() 207 lws_retry_sul_schedule(r->context, 0, &r->sul_conn, &bo2, in lws_dhcpc_retry_conn() 339 lws_retry_sul_schedule(r->context, 0, &r->sul_conn, &bo2, in callback_dhcpc() 556 lws_sul_schedule(r->context, 0, &r->sul_conn, NULL, in callback_dhcpc() 637 lws_retry_sul_schedule(wsi->context, 0, &r->sul_conn, &bo2, in callback_dhcpc() 651 lws_sul_schedule(r->context, 0, &r->sul_conn, NULL, in callback_dhcpc() 666 lws_sul_schedule(r->context, 0, &r->sul_conn, NULL, in lws_dhcpc_destroy() 751 lws_dhcpc_retry_conn(&r->sul_conn); in lws_dhcpc_request()
|