Home | History | Annotate | Download | only in apps

Lines Matching full:gethostbyname

100 static struct hostent *GetHostByName(char *name);
458 h2=GetHostByName(*host);
461 BIO_printf(bio_err,"gethostbyname failure\n");
467 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
521 { /* do a gethostbyname */
526 he=GetHostByName(str);
529 BIO_printf(bio_err,"gethostbyname failure\n");
535 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
580 static struct hostent *GetHostByName(char *name)
602 ret=gethostbyname(name);