Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/bio/
Db_sock.c99 static int get_ip(const char *str,unsigned char *ip);
111 i=get_ip(str,ip); in BIO_get_host_ip()
512 static int get_ip(const char *str, unsigned char ip[4]) in get_ip() function