aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_generic_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-09 11:52:38 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-09 21:24:29 +0100
commit94f8c64d035d5f558f877de40d557ce86428125d (patch)
treeb28d9d8416140cd47cc20eadec817988a482c376 /sys/linux/socket_netlink_generic_amd64.const
parent93bff6656f49452e4a9b76c39f6f6d2d18086270 (diff)
sys/linux: add AF_NETLINK/NETLINK_GENERIC descriptions
Diffstat (limited to 'sys/linux/socket_netlink_generic_amd64.const')
-rw-r--r--sys/linux/socket_netlink_generic_amd64.const8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_generic_amd64.const b/sys/linux/socket_netlink_generic_amd64.const
new file mode 100644
index 000000000..ff4b972f0
--- /dev/null
+++ b/sys/linux/socket_netlink_generic_amd64.const
@@ -0,0 +1,8 @@
+# AUTOGENERATED FILE
+AF_NETLINK = 16
+NETLINK_GENERIC = 16
+NLMSG_MAX_TYPE = 66
+NLMSG_MIN_TYPE = 16
+SOCK_RAW = 3
+__NR_sendmsg = 46
+__NR_socket = 41