Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dsocks5-client.c80 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()
Dprivate-lib-core-net.h506 unsigned int socks_proxy_port; member
Dvhost.c931 vh->socks_proxy_port = 0; in lws_create_vhost()
/third_party/libwebsockets/lib/core-net/client/
Dconnect2.c316 } else if (wsi->a.vhost->socks_proxy_port) {
319 port = (int)wsi->a.vhost->socks_proxy_port;
Dconnect.c66 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()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h676 unsigned int socks_proxy_port; member