Searched defs:nwent (Results 1 – 3 of 3) sorted by relevance
187 struct nwent { struct188 char *n_name; /*%< official name of net */189 char **n_aliases; /*%< alias list */190 int n_addrtype; /*%< net address type */191 void *n_addr; /*%< network address */192 int n_length; /*%< address length, in bits */
304 nw_to_net(struct nwent *nwent, struct net_data *net_data) { in nw_to_net()
445 get1101mask(struct irs_nw *this, struct nwent *nwent) { in get1101mask()