[Previous] [Contents] [Index] [Next]

endprotoent()

Close the protocol name database file

Synopsis:

#include <netdb.h>

void endprotoent( void );

Library:

socket3r.lib, socket3s.lib

Description:

The endprotoent() routine closes the protocol name database file.

Files:

/etc/protocols
Protocol name database file.

Classification:

Standard Unix, POSIX 1003.1g(draft)

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

getprotobyname(), getprotobynumber(), getprotoent(), protoent, setprotoent()

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


[Previous] [Contents] [Index] [Next]