Lines Matching defs:port
160 lwsl_err("%s: VH %s: iface %s port %d DOESN'T EXIST\n",
174 lwsl_err("%s: VH %s: iface %s port %d NOT USABLE\n",
214 * only accept that we are the only listener on the port
394 // info->port = vhost->listen_port;
417 vhost->listen_port = info->port;
504 lws_select_vhost(struct lws_context *context, int port, const char *servername)
519 if (port == vhost->listen_port &&
537 if (port && port == vhost->listen_port &&
548 /* Priority 3: match the first vhost on our port */
552 if (port && port == vhost->listen_port) {
553 lwsl_info("%s: vhost match to %s based on port %d\n",
554 __func__, vhost->name, port);
1320 i.port = 80;
1322 i.port = 443;
1326 i.port = atoi(pcolon + 1);
1446 lws_snprintf(host, sizeof(host), "%s:%d", i.address, i.port);
1462 lwsl_info("proxying to %s port %d url %s, ssl %d, from %s, to %s\n",
1463 i.address, i.port, i.path, i.ssl_connection,
2074 int port = 80, n;
2090 port = 443;
2118 port = atoi(ts.token);
2123 if (wsi->a.vhost->listen_port != port) {
2124 lwsl_info("%s: host port %d mismatches vhost port %d\n",
2125 __func__, port, wsi->a.vhost->listen_port);