Searched defs:netent (Results 1 – 1 of 1) sorted by relevance
115 struct netent { struct116 char *n_name; /* official name of net */117 char **n_aliases; /* alias list */118 int n_addrtype; /* net address type */119 unsigned long n_net; /* network # */