Home
last modified time | relevance | path

Searched refs:get_ip (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/bio/
Db_sock.c115 static int get_ip(const char *str,unsigned char *ip);
127 i=get_ip(str,ip); in BIO_get_host_ip()
587 static int get_ip(const char *str, unsigned char ip[4]) in get_ip() function