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 D | tcp_socket.h | 40 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 D | tcp_socket.h | 40 int Bind(const std::string &ip, int port); 43 bool Connect(const std::string &ip, int port);
|
/third_party/backends/backend/ |
H A D | umax_pp_low.h | 45 /* 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 D | net_sockets.h | 39 /** 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 D | minimal-http-server-tls-80.c | 13 * 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 D | test-async-local-storage-http-multiclients.js | 33 const options = { port: server.address().port };
|
H A D | test-cluster-send-handle-twice.js | 51 port: server.address().port
|
H A D | test-http-agent-maxsockets.js | 23 port: server.address().port,
|
H A D | test-http-client-default-headers-exist.js | 66 port: server.address().port
|
H A D | test-http-dns-error.js | 40 const req = mod.get({ host: host, port: 42 }, common.mustNotCall()); 55 port: 42
|
H A D | test-http-keepalive-request.js | 60 port: server.address().port,
|
H A D | test-http-keepalive-client.js | 60 port: server.address().port,
|
H A D | test-http-outgoing-finish.js | 36 port: this.address().port,
|
H A D | test-http-response-splitting.js | 57 const client = net.connect({ port: server.address().port }, () => {
|
H A D | test-http-response-statuscode.js | 79 port: this.address().port
|
H A D | test-http-same-map.js | 20 const { address: host, port } = server.address(); 21 const req = http.get({ host, port });
|
H A D | test-http-server-multiheaders2.js | 104 port: this.address().port,
|
H A D | test-http-server-keep-alive-timeout.js | 47 port: server.address().port,
|
H A D | test-http-server-options-highwatermark.js | 13 port: server.address().port,
|
H A D | test-http-upgrade-advertise.js | 29 port: server.address().port,
|
H A D | test-http-zero-length-write.js | 78 const req = http.request({ port: this.address().port, method: 'POST' });
|
H A D | test-https-agent-sockets-leak.js | 29 port: server.address().port,
|
H A D | test-https-resume-after-renew.js | 40 port: addr.port,
|
H A D | test-pipe-file-to-http.js | 65 port: server.address().port,
|
H A D | test-tls-async-cb-after-socket-end.js | 44 port: server.address().port,
|
Completed in 9 milliseconds
1...<<21222324252627282930>>...88