Searched refs:socks_proxy_port (Results 1 – 6 of 6) sorted by relevance
80 if (!p_colon && !vhost->socks_proxy_port) { in lws_set_socks()88 vhost->socks_proxy_port = (unsigned int)atoi(p_colon + 1); in lws_set_socks()93 vhost->socks_proxy_port); in lws_set_socks()200 if (info->socks_proxy_port) in lws_socks5c_ads_server()201 vh->socks_proxy_port = info->socks_proxy_port; in lws_socks5c_ads_server()230 if (!wsi->a.vhost->socks_proxy_port) in lws_socks5c_greet()369 wsi->c_port = (uint16_t)wsi->a.vhost->socks_proxy_port; in lws_socks5c_handle_state()
506 unsigned int socks_proxy_port; member
931 vh->socks_proxy_port = 0; in lws_create_vhost()
316 } else if (wsi->a.vhost->socks_proxy_port) {319 port = (int)wsi->a.vhost->socks_proxy_port;
66 if (!wsi->a.vhost->socks_proxy_port) in lws_http_client_connect_via_info2()75 if (!wsi->a.vhost->socks_proxy_port) in lws_http_client_connect_via_info2()
676 unsigned int socks_proxy_port; member