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.
2 parents 1e8943d + 7c1d9b1 commit 2fc3ef9Copy full SHA for 2fc3ef9
libc-test/semver/android.txt
@@ -1647,6 +1647,7 @@ NLM_F_APPEND
1647
NLM_F_ATOMIC
1648
NLM_F_CREATE
1649
NLM_F_DUMP
1650
+NLM_F_DUMP_FILTERED
1651
NLM_F_DUMP_INTR
1652
NLM_F_ECHO
1653
NLM_F_EXCL
src/unix/linux_like/android/mod.rs
@@ -1831,6 +1831,7 @@ pub const NLM_F_MULTI: ::c_int = 2;
1831
pub const NLM_F_ACK: ::c_int = 4;
1832
pub const NLM_F_ECHO: ::c_int = 8;
1833
pub const NLM_F_DUMP_INTR: ::c_int = 16;
1834
+pub const NLM_F_DUMP_FILTERED: ::c_int = 32;
1835
1836
pub const NLM_F_ROOT: ::c_int = 0x100;
1837
pub const NLM_F_MATCH: ::c_int = 0x200;
0 commit comments