Searched defs:kev_in_data (Results 1 – 1 of 1) sorted by relevance
114 struct kev_in_data { struct115 struct net_event_data link_data;116 struct in_addr ia_addr; /* interface address */117 u_int32_t ia_net; /* network number of interface */118 u_int32_t ia_netmask; /* mask of net part */119 u_int32_t ia_subnet; /* subnet number, including net */120 u_int32_t ia_subnetmask; /* mask of subnet part */121 struct in_addr ia_netbroadcast; /* to recognize net broadcasts */122 struct in_addr ia_dstaddr;