Home | History | Annotate | Download | only in apps

Lines Matching full:gethostbyname

100 static struct hostent *GetHostByName(char *name);
457 h2=GetHostByName(*host);
460 BIO_printf(bio_err,"gethostbyname failure\n");
465 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
518 { /* do a gethostbyname */
523 he=GetHostByName(str);
526 BIO_printf(bio_err,"gethostbyname failure\n");
532 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
577 static struct hostent *GetHostByName(char *name)
599 ret=gethostbyname(name);