COHERENT help

This page displays the COHERENT help information for gethostbyname.

Listing of available help pages


gethostbyname() -- Retrieve a host IP address by name

#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/socket.h>
struct hostent *gethostbyname(host)
char *host;