Searched defs:netent (Results 1 – 1 of 1) sorted by relevance
103 struct netent { struct104 char *n_name; /* official name of net */105 char **n_aliases; /* alias list */106 int n_addrtype; /* net address type */107 uint32_t n_net; /* network # */