Home
last modified time | relevance | path

Searched refs:port (Results 1001 - 1025 of 1779) sorted by relevance

1...<<41424344454647484950>>...72

/third_party/node/test/parallel/
H A Dtest-process-getactiveresources-track-active-handles.js18 net.connect(server.address().port, function connected() {
H A Dtest-process-getactivehandles.js18 net.connect(server.address().port, function connected() {
H A Dtest-tls-close-event-after-write.js34 tls.connect(this.address().port, {
H A Dtest-tls-delayed-attach.js63 const c = tls.connect(server.address().port, {
H A Dtest-tls-ecdh-auto.js37 '-connect', `127.0.0.1:${server.address().port}`];
H A Dtest-tls-ecdh.js53 options.ciphers} -connect 127.0.0.1:${this.address().port}`;
H A Dtest-tls-hello-parser-failure.js48 const client = net.connect(this.address().port, common.mustCall(function() {
/third_party/node/test/async-hooks/
H A Dtest-graph.shutdown.js19 net.connect(server.address().port, common.mustCall(onconnected));
/third_party/nghttp2/third-party/url-parser/
H A Durl_parser.h71 * because we probably have padding left over), we convert any port to
76 uint16_t port; /* Converted UF_PORT string */ member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Dmain.c34 info.port = CONTEXT_PORT_NO_LISTEN; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server/
H A Dminimal-http-server.c69 info.port = 7681; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-basicauth/
H A Dminimal-http-server-basicauth.c96 info.port = 7681; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-mimetypes/
H A Dminimal-http-server-mimetypes.c76 info.port = 7681; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
H A Dminimal-ws-broker.c79 info.port = 7681; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
H A Dminimal-ws-server-ring.c79 info.port = 7681; in main()
/third_party/vk-gl-cts/execserver/
H A DxsTcpServer.hpp41 TcpServer (deSocketFamily family, int port);
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.h32 uint16_t port,
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_enum_reflection.h45 #include <google/protobuf/port.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_das.h45 int port; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_das.h45 int port; member
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c474 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [host:port]\n"},
492 {"port", OPT_PORT, 'p', "Use -connect instead"},
693 {"host:port", 0, 0, "Where to connect; same as -connect option"},
807 char *port = NULL; in s_client_main() local
906 port = OPENSSL_strdup(PORT); in s_client_main()
910 if (port == NULL || vpm == NULL || cctx == NULL) { in s_client_main()
977 freeandcopy(&port, opt_arg()); in s_client_main()
1513 char *tmp_host = host, *tmp_port = port; in s_client_main()
1515 res = BIO_parse_hostserv(connectstr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
1518 if (tmp_port != port) in s_client_main()
[all...]
/third_party/openssl/apps/
H A Ds_client.c474 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [host:port]\n"},
492 {"port", OPT_PORT, 'p', "Use -connect instead"},
693 {"host:port", 0, 0, "Where to connect; same as -connect option"},
807 char *port = NULL; in s_client_main() local
906 port = OPENSSL_strdup(PORT); in s_client_main()
910 if (port == NULL || vpm == NULL || cctx == NULL) { in s_client_main()
977 freeandcopy(&port, opt_arg()); in s_client_main()
1513 char *tmp_host = host, *tmp_port = port; in s_client_main()
1515 res = BIO_parse_hostserv(connectstr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
1518 if (tmp_port != port) in s_client_main()
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h51 #include "gtest/internal/gtest-port.h"
1060 // Streams test results to the given port on the given host machine.
1081 SocketWriter(const std::string& host, const std::string& port) in SocketWriter() argument
1082 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter()
1126 StreamingListener(const std::string& host, const std::string& port) in StreamingListener() argument
1127 : socket_writer_(new SocketWriter(host, port)) { in StreamingListener()
/third_party/libwebsockets/lib/core-net/
H A Dadopt.c687 * Ignore the weak assumptions about protocol driven by port in lws_create_adopt_udp2()
793 lws_create_adopt_udp(struct lws_vhost *vhost, const char *ads, int port, in lws_create_adopt_udp() argument
802 lwsl_info("%s: %s:%u\n", __func__, ads ? ads : "null", port); in lws_create_adopt_udp()
824 wsi->c_port = (uint16_t)(unsigned int)port; in lws_create_adopt_udp()
847 lws_snprintf(buf, sizeof(buf), "%u", port); in lws_create_adopt_udp()
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h51 #include "gtest/internal/gtest-port.h"
1061 // Streams test results to the given port on the given host machine.
1082 SocketWriter(const std::string& host, const std::string& port) in SocketWriter() argument
1083 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter()
1127 StreamingListener(const std::string& host, const std::string& port) in StreamingListener() argument
1128 : socket_writer_(new SocketWriter(host, port)) { in StreamingListener()

Completed in 15 milliseconds

1...<<41424344454647484950>>...72