Lines Matching refs:port
452 char *host, *path, *port;
472 char *host = NULL, *port = NULL, *path = NULL;
490 NULL, &host, &port, NULL, &path, NULL, NULL)) {
505 port = srctx->port;
541 *resp = process_responder(req, host, port, path, proxy, no_proxy,
561 OPENSSL_free(port);
741 {"port", OPT_PORT, 'p',
742 "TCP/IP port to listen on for connections (default is " PORT ")"},
744 "TCP/IP optional host and port to listen on for connections (default is *:" PORT ")"},
854 "[http[s]://]host[:port][/path] of HTTP(S) proxy to use; path is ignored"},
1010 char *port = NULL;
1073 port = OPENSSL_strdup(PORT);
1076 if (port == NULL || cctx == NULL || vpm == NULL)
1109 OPENSSL_free(port); port = NULL;
1120 OPENSSL_free(port); port = NULL;
1136 OPENSSL_free(port); port = NULL;
1138 if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) {
1140 "%s: -port argument malformed or ambiguous\n",
1141 port);
1151 OPENSSL_free(port); port = NULL;
1153 if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) {
1156 port);
1166 OPENSSL_free(port); port = NULL;
1378 &tlscstatp.host, &tlscstatp.port, NULL,
2229 do_server(&accept_socket, host, port, socket_family, socket_type, protocol,
2247 OPENSSL_free(port);
2251 OPENSSL_free(tlscstatp.port);