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 6fbe3b7 commit 3bbc552Copy full SHA for 3bbc552
libc-test/semver/freebsd.txt
@@ -1536,6 +1536,7 @@ if_nameindex
1536
ifaddrs
1537
in6_pktinfo
1538
initgroups
1539
+ip_mreqn
1540
ipc_perm
1541
jail
1542
jail_attach
src/unix/bsd/freebsdlike/mod.rs
@@ -90,6 +90,12 @@ s! {
90
pub imr_interface: in_addr,
91
}
92
93
+ pub struct ip_mreqn {
94
+ pub imr_multiaddr: in_addr,
95
+ pub imr_address: in_addr,
96
+ pub imr_ifindex: ::c_int,
97
+ }
98
+
99
pub struct glob_t {
100
pub gl_pathc: ::size_t,
101
pub gl_matchc: ::size_t,
0 commit comments