Searched defs:netent (Results 1 – 3 of 3) sorted by relevance
67 struct netent { struct68 char *n_name; /* official name of net */69 char **n_aliases; /* alias list */70 int n_addrtype; /* net address type */71 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