Searched defs:netent (Results 1 – 3 of 3) sorted by relevance
69 struct netent { struct70 char *n_name; /* official name of net */71 char **n_aliases; /* alias list */72 int n_addrtype; /* net address type */73 unsigned long n_net; /* network # */
217 struct netent { struct218 char *n_name; /* official name of net */219 char **n_aliases; /* alias list */220 int n_addrtype; /* net address type */221 in_addr_t n_net; /* network # */
48 struct netent netent; member