Home
last modified time | relevance | path

Searched defs:ip_mreqn (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/uapi/linux/
Din.h173 struct ip_mreqn { struct
174 struct in_addr imr_multiaddr; /* IP multicast address of group */
175 struct in_addr imr_address; /* local IP address of interface */
176 int imr_ifindex; /* Interface index */
/external/libnl/include/linux-private/linux/
Din.h173 struct ip_mreqn { struct
174 struct in_addr imr_multiaddr; /* IP multicast address of group */
175 struct in_addr imr_address; /* local IP address of interface */
176 int imr_ifindex; /* Interface index */
/external/kernel-headers/original/uapi/linux/
Din.h178 struct ip_mreqn { struct
179 struct in_addr imr_multiaddr; /* IP multicast address of group */
180 struct in_addr imr_address; /* local IP address of interface */
181 int imr_ifindex; /* Interface index */
/external/crosvm/net_sys/src/
Dinn.rs365 pub struct ip_mreqn { struct
373 ::std::mem::size_of::<ip_mreqn>(), in bindgen_test_layout_ip_mreqn() argument
413 impl Clone for ip_mreqn { implementation