aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet_icmp_amd64.const
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-02-09 21:45:36 +0100
committerAndrey Konovalov <andreyknvl@google.com>2017-02-10 14:05:04 +0100
commit4706ff2514f7eac43bccc80d304b1ad2c61828c3 (patch)
tree1add588d6b13f17214f8999dd7f42deb14fe11e9 /sys/socket_inet_icmp_amd64.const
parent8a8eb125b0ef2bcc81bfba8166a1e5e6fb42de8c (diff)
sys: add icmp sock opt
Diffstat (limited to 'sys/socket_inet_icmp_amd64.const')
-rw-r--r--sys/socket_inet_icmp_amd64.const3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/socket_inet_icmp_amd64.const b/sys/socket_inet_icmp_amd64.const
index c0d3ea977..aab7d3bfc 100644
--- a/sys/socket_inet_icmp_amd64.const
+++ b/sys/socket_inet_icmp_amd64.const
@@ -1,9 +1,12 @@
# AUTOGENERATED FILE
AF_INET = 2
AF_INET6 = 10
+ICMP_FILTER = 1
IPPROTO_ICMP = 1
IPPROTO_ICMPV6 = 58
SOCK_DGRAM = 2
SOCK_RAW = 3
+__NR_getsockopt = 55
+__NR_setsockopt = 54
__NR_socket = 41
__NR_socketpair = 53