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.
1 parent 58c3fa0 commit fdcb8d9Copy full SHA for fdcb8d9
src/unix/uclibc/mod.rs
@@ -790,8 +790,8 @@ pub const IP_TTL: ::c_int = 2;
790
pub const IP_HDRINCL: ::c_int = 3;
791
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
792
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
793
-pub const IPV6_ADD_MEMBERSHIP ::c_int = 20;
794
-pub const IPV6_DROP_MEMBERSHIP ::c_int = 20;
+pub const IPV6_ADD_MEMBERSHIP: ::c_int = 20;
+pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21;
795
796
pub const IPV6_JOIN_GROUP: ::c_int = 20;
797
pub const IPV6_LEAVE_GROUP: ::c_int = 21;
0 commit comments