COHERENT manpages

This page displays the COHERENT manpage for endhostent() [Close file /etc/hosts].

List of available manpages
Index


endhostent() -- Sockets Function (libsocket)

Close file /etc/hosts
#include <netdb.h>
void endhostent();

The function endhostent() is one of a set of functions that interrogate the
file /etc/hosts  to look up information  about a remote host  on a network.
It closes /etc/hosts upon the conclusion of searching.

See Also

gethostbyaddr(),
gethostbyname(),
libsocket,
sethostent()