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

/external/openssl/crypto/bio/
H A Db_sock.c120 int BIO_get_host_ip(const char *str, unsigned char *ip) function
729 if (!BIO_get_host_ip(h,&(ip[0]))) goto err;
H A Dbss_conn.c183 if (BIO_get_host_ip(c->param_hostname,&(c->ip[0])) <= 0)
H A Dbio.h725 int BIO_get_host_ip(const char *str, unsigned char *ip);
/external/openssl/include/openssl/
H A Dbio.h725 int BIO_get_host_ip(const char *str, unsigned char *ip);

Completed in 1170 milliseconds