Home
last modified time | relevance | path

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

/netbsd/include/
H A Dnetdb.h161 struct netent { struct
162 char *n_name; /*%< official name of net */
163 char **n_aliases; /*%< alias list */
164 int n_addrtype; /*%< net address type */
166 int __n_pad0; /* ABI compatibility */
168 uint32_t n_net; /*%< network # */
170 int __n_pad0; /* ABI compatibility */
/netbsd/external/bsd/libbind/dist/include/
H A Dnetdb.h154 struct netent { struct
155 char *n_name; /*%< official name of net */
156 char **n_aliases; /*%< alias list */
157 int n_addrtype; /*%< net address type */
158 unsigned long n_net; /*%< network # */
/netbsd/external/bsd/libbind/dist/irs/
H A Dgetnetent.c54 struct netent netent; member