Home
last modified time | relevance | path

Searched refs:conn_mode (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dsocks5-client.c259 int conn_mode = 0, pending_timeout = 0; in lws_socks5c_handle_state() local
298 conn_mode = LRS_WAITING_SOCKS_CONNECT_REPLY; in lws_socks5c_handle_state()
310 conn_mode = LRS_WAITING_SOCKS_AUTH_REPLY; in lws_socks5c_handle_state()
329 conn_mode = LRS_WAITING_SOCKS_CONNECT_REPLY; in lws_socks5c_handle_state()
344 lwsi_set_state(wsi, (lws_wsi_state_t)conn_mode); in lws_socks5c_handle_state()