Searched defs:netent (Results 1 – 1 of 1) sorted by relevance
97 struct netent { struct98 char *n_name; /* official name of net */99 char **n_aliases; /* alias list */100 int n_addrtype; /* net address type */101 uint32_t n_net; /* network # */