From 4706ff2514f7eac43bccc80d304b1ad2c61828c3 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 9 Feb 2017 21:45:36 +0100 Subject: sys: add icmp sock opt --- sys/socket_inet_icmp_amd64.const | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/socket_inet_icmp_amd64.const') 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 -- cgit mrf-deployment