BIO_get_host_ip
LCRYPTO_ALIAS(BIO_get_host_ip);
int BIO_get_host_ip(const char *str, unsigned char *ip);
if (BIO_get_host_ip(c->param_hostname, &(c->ip[0])) <= 0)
LCRYPTO_USED(BIO_get_host_ip);
ret = BIO_get_host_ip(bgit->input, ip.c);