BIO_PARSE_PRIO_SERV
if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) {
if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) {
if (!BIO_parse_hostserv(host, &h, &p, BIO_PARSE_PRIO_SERV))
BIO_PARSE_PRIO_SERV);