Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/include/
H A Dirs.h189 struct nwent { struct
190 char *n_name; /*%< official name of net */
191 char **n_aliases; /*%< alias list */
192 int n_addrtype; /*%< net address type */
193 void *n_addr; /*%< network address */
194 int n_length; /*%< address length, in bits */
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgetnetent.c306 nw_to_net(struct nwent *nwent, struct net_data *net_data) { in nw_to_net()
H A Dnis_nw.c73 struct nwent nwent; member
H A Ddns_nw.c447 get1101mask(struct irs_nw *this, struct nwent *nwent) { in get1101mask()