Searched defs:group_req (Results 1 – 5 of 5) sorted by relevance
56 struct group_req struct58 uint32_t gr_interface;59 struct sockaddr_storage gr_group;
197 struct group_req { struct198 __u32 gr_interface; /* interface index */199 struct __kernel_sockaddr_storage gr_group; /* group address */
202 struct group_req { struct203 __u32 gr_interface; /* interface index */204 struct __kernel_sockaddr_storage gr_group; /* group address */
551 pub struct group_req { struct558 ::std::mem::size_of::<group_req>(), in bindgen_test_layout_group_req() argument588 impl Default for group_req { implementation