File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/unix/linux_like/android Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1130,18 +1130,23 @@ NCP_SUPER_MAGIC
11301130NETLINK_ADD_MEMBERSHIP
11311131NETLINK_AUDIT
11321132NETLINK_BROADCAST_ERROR
1133+ NETLINK_CAP_ACK
11331134NETLINK_CONNECTOR
11341135NETLINK_CRYPTO
11351136NETLINK_DNRTMSG
11361137NETLINK_DROP_MEMBERSHIP
11371138NETLINK_ECRYPTFS
1139+ NETLINK_EXT_ACK
11381140NETLINK_FIB_LOOKUP
11391141NETLINK_FIREWALL
11401142NETLINK_GENERIC
1143+ NETLINK_GET_STRICT_CHK
11411144NETLINK_INET_DIAG
11421145NETLINK_IP6_FW
11431146NETLINK_ISCSI
11441147NETLINK_KOBJECT_UEVENT
1148+ NETLINK_LISTEN_ALL_NSID
1149+ NETLINK_LIST_MEMBERSHIPS
11451150NETLINK_NETFILTER
11461151NETLINK_NFLOG
11471152NETLINK_NO_ENOBUFS
Original file line number Diff line number Diff line change @@ -1784,6 +1784,11 @@ pub const NETLINK_BROADCAST_ERROR: ::c_int = 4;
17841784pub const NETLINK_NO_ENOBUFS : :: c_int = 5 ;
17851785pub const NETLINK_RX_RING : :: c_int = 6 ;
17861786pub const NETLINK_TX_RING : :: c_int = 7 ;
1787+ pub const NETLINK_LISTEN_ALL_NSID : :: c_int = 8 ;
1788+ pub const NETLINK_LIST_MEMBERSHIPS : :: c_int = 9 ;
1789+ pub const NETLINK_CAP_ACK : :: c_int = 10 ;
1790+ pub const NETLINK_EXT_ACK : :: c_int = 11 ;
1791+ pub const NETLINK_GET_STRICT_CHK : :: c_int = 12 ;
17871792
17881793pub const GRND_NONBLOCK : :: c_uint = 0x0001 ;
17891794pub const GRND_RANDOM : :: c_uint = 0x0002 ;
You can’t perform that action at this time.
0 commit comments