Updated: October 28, 2024 |
Structure for information from the network database
#include <netdb.h> struct netent { char * n_name; char ** n_aliases; int n_addrtype; uint32_t n_net; };
This structure holds information from the network database, /etc/networks. The members of this structure are: