[Previous] [Contents] [Next]

endnetent()

Close the network name database file

Synopsis:

#include <netdb.h>

void endnetent( void );

Library:

libsocket

Description:

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

Files:

/etc/networks
Network name database file.

Classification:

Standard Unix, POSIX 1003.1g (draft)

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread No

See also:

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

/etc/networks in the Utilities reference


[Previous] [Contents] [Next]