aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet_icmp_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-13 15:34:21 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-15 16:02:37 +0200
commit18e96021edb8f4de80626d7f50240964e37d570e (patch)
tree920bc3f7d064868bc4bfb21c8e6663bff1797c0d /sys/linux/socket_inet_icmp_arm.const
parent4a7f7fab1ecf47d82fc2b403b57d3cf9b5836398 (diff)
sys: move linux descriptions to sys/linux
Diffstat (limited to 'sys/linux/socket_inet_icmp_arm.const')
-rw-r--r--sys/linux/socket_inet_icmp_arm.const11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_icmp_arm.const b/sys/linux/socket_inet_icmp_arm.const
new file mode 100644
index 000000000..17591ddd3
--- /dev/null
+++ b/sys/linux/socket_inet_icmp_arm.const
@@ -0,0 +1,11 @@
+# AUTOGENERATED FILE
+AF_INET = 2
+AF_INET6 = 10
+ICMP_FILTER = 1
+IPPROTO_ICMP = 1
+IPPROTO_ICMPV6 = 58
+SOCK_DGRAM = 2
+SOCK_RAW = 3
+__NR_setsockopt = 9437478
+__NR_socket = 9437465
+__NR_socketpair = 9437472