COHERENT manpages

This page displays the COHERENT manpage for endprotoent() [Close protocols file].

List of available manpages
Index


endprotoent() -- Sockets Function (libsocket)

Close protocols file
#include <netdb.h>
void endprotoent();

Function  endprotoent()  closes  file  /etc/protocols which  describes  all
protocols recognized  by your  local network, after  it had been  opened by
function getprotoent() or setprotoent().

See Also

getprotobyaddr(),
getprotobyname(),
getprotoent(),
libsocket,
netdb.h,
setprotoent()