Lines Matching refs:PORT
283 BIO_printf(bio_err," -port port - use -connect instead\n");
284 BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR);
430 short port=PORT;
530 else if (strcmp(*argv,"-port") == 0)
533 port=atoi(*(++argv));
534 if (port == 0) goto bad;
539 if (!extract_host_port(*(++argv),&host,NULL,&port))
1049 if (init_client(&s,host,port,socket_type) == 0)