We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ip_mreqn
1 parent df679e8 commit 6fbe3b7Copy full SHA for 6fbe3b7
libc-test/semver/apple.txt
@@ -1724,6 +1724,7 @@ in6_pktinfo
1724
in_pktinfo
1725
initgroups
1726
integer_t
1727
+ip_mreqn
1728
ipc_perm
1729
kern_return_t
1730
kevent
src/unix/bsd/apple/mod.rs
@@ -215,6 +215,12 @@ s! {
215
pub imr_interface: in_addr,
216
}
217
218
+ pub struct ip_mreqn {
219
+ pub imr_multiaddr: in_addr,
220
+ pub imr_address: in_addr,
221
+ pub imr_ifindex: ::c_int,
222
+ }
223
+
224
pub struct aiocb {
225
pub aio_fildes: ::c_int,
226
pub aio_offset: ::off_t,
0 commit comments