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 f3064f3 commit 44b7a20Copy full SHA for 44b7a20
src/unix/linux_like/mod.rs
@@ -834,7 +834,6 @@ pub const IPV6_RECVERR: ::c_int = 25;
834
pub const IPV6_V6ONLY: ::c_int = 26;
835
pub const IPV6_JOIN_ANYCAST: ::c_int = 27;
836
pub const IPV6_LEAVE_ANYCAST: ::c_int = 28;
837
-pub const IPV6_MULTICAST_ALL: ::c_int = 29;
838
pub const IPV6_RECVPKTINFO: ::c_int = 49;
839
pub const IPV6_PKTINFO: ::c_int = 50;
840
pub const IPV6_RECVTCLASS: ::c_int = 66;
0 commit comments