Searched defs:netent (Results 1 – 4 of 4) 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 # */
45 struct netent { struct46 char *n_name; /* official name of net */47 char **n_aliases; /* alias list */48 int n_addrtype; /* net address type */72 struct netent *getnetbyname(), *getnetbyaddr(), *getnetent(); argument
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 # */
52 struct netent netent; member