#include <netdb.h> void setnetent(int stay_open)
The setnetent() function is used to prepare for sequential access to the network database file. setnetent() opens the file and repositions the file marker to the beginning of the file.
No authorization is required.
Top | UNIX-Type APIs | APIs by category |