Searched defs:netent (Results 1 – 1 of 1) sorted by relevance
121 struct netent { struct122 char *n_name; /* official name of net */123 char **n_aliases; /* alias list */124 int n_addrtype; /* net address type */125 in_addr_t n_net; /* network # */