Searched defs:netent (Results 1 – 1 of 1) sorted by relevance
53 struct netent { struct54 char *n_name; /* official name of net */55 char **n_aliases; /* alias list */56 int n_addrtype; /* net address type */57 unsigned long n_net; /* network # */