Home
last modified time | relevance | path

Searched defs:netent (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libresolv/
H A Dnetdb.h69 struct netent { struct
70 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 # */
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dnetdb.h45 struct netent { struct
46 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
/titanic_50/usr/src/head/
H A Dnetdb.h217 struct netent { struct
218 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 # */
/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent.c52 struct netent netent; member