Searched refs:BIO_get_host_ip (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Db_sock.c114 int BIO_get_host_ip(const char *str, unsigned char *ip) function
712 if (!BIO_get_host_ip(h, &(ip[0])))
H A Dbss_conn.c172 if (BIO_get_host_ip(c->param_hostname, &(c->ip[0])) <= 0)
H A Dbio.h742 int BIO_get_host_ip(const char *str, unsigned char *ip);

Completed in 101 milliseconds