endnetent()

close the network name database file

Synopsis:

#include <netdb.h>

void endnetent( void );

Description:

The endnetent() routine closes the network name database file.

Files:

/etc/networks
Network name database file.

Classification:

POSIX 1003.1g (draft)

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

getnetbyaddr(), getnetbyname(), getnetent(), netent, setnetent()

/etc/networks in the TCP/IP User's Guide