Searched defs:nwent (Results 1 – 4 of 4) sorted by relevance
189 struct nwent { struct190 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 */
306 nw_to_net(struct nwent *nwent, struct net_data *net_data) { in nw_to_net()
73 struct nwent nwent; member
447 get1101mask(struct irs_nw *this, struct nwent *nwent) { in get1101mask()