Searched defs:kev_in_data (Results 1 – 1 of 1) sorted by relevance
179 struct kev_in_data { struct180 struct net_event_data link_data;181 struct in_addr ia_addr; /* interface address */182 u_int32_t ia_net; /* network number of interface */183 u_int32_t ia_netmask; /* mask of net part */184 u_int32_t ia_subnet; /* subnet number, including net */185 u_int32_t ia_subnetmask; /* mask of subnet part */186 struct in_addr ia_netbroadcast; /* to recognize net broadcasts */187 struct in_addr ia_dstaddr;