Lines Matching defs:port
593 int n, port = 0, ssl = 0;
765 port = nwsi->c_port;
773 if (lws_parse_uri(p, &prot, &ads, &port, &path)) {
790 port = wsi->c_port;
821 if (!lws_client_reset(&wsi, ssl, ads, port, path, ads, 1)) {
1586 * port: port to connect to
1591 lws_client_reset(struct lws **pwsi, int ssl, const char *address, int port,
1641 if (!port) {
1642 lwsl_info("%s: forcing port 443\n", __func__);
1644 port = 443;
1648 wsi->c_port = (uint16_t)port;
1661 __func__, address, port, path, ssl, cisin[CIS_ALPN]);