Lines Matching refs:port
474 {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;
906 port = OPENSSL_strdup(PORT);
910 if (port == NULL || vpm == NULL || cctx == NULL) {
977 freeandcopy(&port, opt_arg());
1513 char *tmp_host = host, *tmp_port = port;
1515 res = BIO_parse_hostserv(connectstr, &host, &port, BIO_PARSE_PRIO_HOST);
1518 if (tmp_port != port)
1530 char *tmp_host = host, *tmp_port = port;
1532 if (host == NULL || port == NULL) {
1545 /* Retain the original target host:port for use in the HTTP proxy connect string */
1547 tport = OPENSSL_strdup(port);
1553 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST);
1556 if (tmp_port != port)
2017 if (init_client(&sock, host, port, bindhost, bindport, socket_family,
2159 /* Here we must use the connect string target host & port */
3110 OPENSSL_free(port);
3265 /* Print out local port of connection: useful for debugging */