Manpage of GETHOSTBYNAME
GETHOSTBYNAME
GETHOSTBYNAME
Section: Linux Programmer's Manual (3
)
NAME
gethostbyname, gethostbyaddr, sethostent, endhostent, herror, hstrerror - get
network host entry
SYNOPSIS
#include <netdb.h>
extern int h_errno;
struct hostent *gethostbyname(const char *name);
#include <sys/socket.h>