From 18e96021edb8f4de80626d7f50240964e37d570e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Sep 2017 15:34:21 +0200 Subject: sys: move linux descriptions to sys/linux --- sys/linux/socket_inet_icmp_arm.const | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys/linux/socket_inet_icmp_arm.const (limited to 'sys/linux/socket_inet_icmp_arm.const') 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 -- cgit mrf-deployment