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 5d91cb3 commit 75df0e1Copy full SHA for 75df0e1
src/unix/newlib/mod.rs
@@ -534,6 +534,10 @@ pub const IPV6_MULTICAST_IF: ::c_int = 9;
534
pub const IPV6_MULTICAST_HOPS: ::c_int = 10;
535
pub const IPV6_MULTICAST_LOOP: ::c_int = 11;
536
pub const IPV6_V6ONLY: ::c_int = 27;
537
+pub const IPV6_JOIN_GROUP ::c_int = 12;
538
+pub const IPV6_LEAVE_GROUP ::c_int = 13;
539
+pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12;
540
+pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13;
541
542
pub const HOST_NOT_FOUND: ::c_int = 1;
543
pub const NO_DATA: ::c_int = 2;
0 commit comments