Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Dsocks5-client.c173 net_num = htons(wsi->c_port); in lws_socks5c_generate_msg()
368 wsi->c_port = wsi->vhost->socks_proxy_port; in lws_socks5c_handle_state()
Dadopt.c511 htons(wsi->c_port); in lws_create_adopt_udp2()
549 ads ? ads : "null", wsi->c_port, in lws_create_adopt_udp2()
603 wsi->c_port = port; in lws_create_adopt_udp()
Dvhost.c1460 adsin, w->cli_hostname_copy, wsi->c_port, w->c_port);
1475 wsi->c_port == w->c_port) {
Dconnect.c148 wsi->ocport = wsi->c_port = i->port; in lws_client_connect_via_info()
Dprivate-lib-core-net.h831 uint16_t ocport, c_port; member
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi309 self.c_port = NULL
313 res = gevent_socket.getaddrinfo(resolve_wrapper.c_host, resolve_wrapper.c_port)
329 rw.c_port = port
Dgrpc_gevent.pxd.pxi152 cdef char* c_port
/external/libwebsockets/lib/roles/http/client/
Dclient-handshake.c128 wsi->c_port = wsi->vhost->http.http_proxy_port; in lws_client_connect_4_established()
351 uint16_t port = wsi->c_port;
972 port = wsi->c_port;
1182 wsi->c_port = port;
Dclient-http.c707 port = nwsi->c_port; in lws_client_interpret_server_handshake()
732 port = wsi->c_port; in lws_client_interpret_server_handshake()