Add `ip_mreqn` on the more targets

This commit is contained in:
Yuki Okushi 2020-05-29 06:53:48 +09:00
parent 8a8edfe3f9
commit 5c033e0db1
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
1 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,12 @@ s! {
pub rt_window: ::c_ulong,
pub rt_irtt: ::c_ushort,
}
pub struct ip_mreqn {
pub imr_multiaddr: ::in_addr,
pub imr_address: ::in_addr,
pub imr_ifindex: ::c_int,
}
}
s_no_extra_traits! {