Searched refs:BIO_get_host_ip (Results 1 – 4 of 4) sorted by relevance
120 int BIO_get_host_ip(const char *str, unsigned char *ip) in BIO_get_host_ip() function729 if (!BIO_get_host_ip(h,&(ip[0]))) goto err; in BIO_get_accept_socket()
183 if (BIO_get_host_ip(c->param_hostname,&(c->ip[0])) <= 0) in conn_state()
725 int BIO_get_host_ip(const char *str, unsigned char *ip);