Searched refs:lws_system_cpd_state_get (Results 1 – 3 of 3) sorted by relevance
219 if (lws_system_cpd_state_get(cx)) in app_system_state_nf()232 lws_system_cpd_state_get(cx)); in app_system_state_nf()240 if (lws_system_cpd_state_get(cx) != LWS_CPD_INTERNET_OK) { in app_system_state_nf()
399 lws_system_cpd_state_get(struct lws_context *context);
179 if (lws_system_cpd_state_get(context) == LWS_CPD_INTERNET_OK) in lws_state_notify_protocol_init()1613 lws_system_cpd_state_get(struct lws_context *cx) in lws_system_cpd_state_get() function