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 5f92254 commit d392ce7Copy full SHA for d392ce7
libc-test/semver/linux.txt
@@ -2084,6 +2084,7 @@ PACKET_FANOUT_QM
2084
PACKET_FANOUT_RND
2085
PACKET_FANOUT_ROLLOVER
2086
PACKET_HOST
2087
+PACKET_IGNORE_OUTGOING
2088
PACKET_KERNEL
2089
PACKET_LOOPBACK
2090
PACKET_LOSS
src/unix/linux_like/linux/mod.rs
@@ -3840,6 +3840,7 @@ pub const PACKET_LOSS: c_int = 14;
3840
pub const PACKET_TIMESTAMP: c_int = 17;
3841
pub const PACKET_FANOUT: c_int = 18;
3842
pub const PACKET_QDISC_BYPASS: c_int = 20;
3843
+pub const PACKET_IGNORE_OUTGOING: c_int = 23;
3844
3845
pub const PACKET_FANOUT_HASH: c_uint = 0;
3846
pub const PACKET_FANOUT_LB: c_uint = 1;
0 commit comments