Searched defs:lws_context (Results 1 – 2 of 2) sorted by relevance
421 struct lws_context { struct445 struct lws_context_per_thread pt[LWS_MAX_SMP]; argument446 lws_retry_bo_t default_retry;447 lws_sorted_usec_list_t sul_system_state;449 lws_lifecycle_group_t lcg[LWSLCG_COUNT];451 const struct lws_protocols *protocols_copy;454 lws_sorted_usec_list_t sul_nl_coldplug;456 lws_dll2_owner_t routing_table;457 struct lws *netlink;461 struct sockaddr_in frt_pipe_si;[all …]
133 struct lws_context* lws_context() { in lws_context() function in cuttlefish::webrtc_streaming::WsConnectionContext