Home
last modified time | relevance | path

Searched refs:port (Results 701 - 725 of 2191) sorted by relevance

1...<<21222324252627282930>>...88

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/
H A Dtcp_socket.h40 int Bind(const std::string &ip, int port);
43 bool Connect(const std::string &ip, int port);
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/
H A Dtcp_socket.h40 int Bind(const std::string &ip, int port);
43 bool Connect(const std::string &ip, int port);
/third_party/backends/backend/
H A Dumax_pp_low.h45 /* set port to 'idle state' and get iopl */
47 extern int sanei_umax_pp_initPort (int port, const char *name);
104 extern void sanei_umax_pp_setport (int port);
/third_party/mbedtls/include/mbedtls/
H A Dnet_sockets.h39 /** The connection to the given server / port failed. */
103 * \brief Initiate a connection with host:port in the given protocol
107 * \param port Port to connect to
117 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto);
120 * \brief Create a receiving socket on bind_ip:port in the chosen
125 * \param port Port number to use
137 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto);
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
H A Dminimal-http-server-tls-80.c13 * In addition, it runs a vhost on port 80 with the job of redirecting
14 * and upgrading http clients that came in on port 80 to https on port 443.
108 info.port = 80; in main()
117 info.port = 443; in main()
/third_party/node/test/parallel/
H A Dtest-async-local-storage-http-multiclients.js33 const options = { port: server.address().port };
H A Dtest-cluster-send-handle-twice.js51 port: server.address().port
H A Dtest-http-agent-maxsockets.js23 port: server.address().port,
H A Dtest-http-client-default-headers-exist.js66 port: server.address().port
H A Dtest-http-dns-error.js40 const req = mod.get({ host: host, port: 42 }, common.mustNotCall());
55 port: 42
H A Dtest-http-keepalive-request.js60 port: server.address().port,
H A Dtest-http-keepalive-client.js60 port: server.address().port,
H A Dtest-http-outgoing-finish.js36 port: this.address().port,
H A Dtest-http-response-splitting.js57 const client = net.connect({ port: server.address().port }, () => {
H A Dtest-http-response-statuscode.js79 port: this.address().port
H A Dtest-http-same-map.js20 const { address: host, port } = server.address();
21 const req = http.get({ host, port });
H A Dtest-http-server-multiheaders2.js104 port: this.address().port,
H A Dtest-http-server-keep-alive-timeout.js47 port: server.address().port,
H A Dtest-http-server-options-highwatermark.js13 port: server.address().port,
H A Dtest-http-upgrade-advertise.js29 port: server.address().port,
H A Dtest-http-zero-length-write.js78 const req = http.request({ port: this.address().port, method: 'POST' });
H A Dtest-https-agent-sockets-leak.js29 port: server.address().port,
H A Dtest-https-resume-after-renew.js40 port: addr.port,
H A Dtest-pipe-file-to-http.js65 port: server.address().port,
H A Dtest-tls-async-cb-after-socket-end.js44 port: server.address().port,

Completed in 9 milliseconds

1...<<21222324252627282930>>...88