COHERENT manpages

This page displays the COHERENT manpage for endnetent() [Close network file].

List of available manpages
Index


endnetent() -- Sockets Function (libsocket)

Close network file
#include <netdb.h>
void endnetent();

Function endnetent() closes file /etc/networks which describes all entities
on your local network, after it  had been opened by function getnetent() or
setnetent().

See Also

getnetbyaddr(),
getnetent(),
libsocket,
netdb.h,
setnetent()