diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-19 08:29:32 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-19 10:41:24 +0200 |
| commit | 6aad5879f798f115f13dcf1e9591971255b236f5 (patch) | |
| tree | cacdf95c9795459f05bdc1e904b90c10b9b32eb3 /sys/socket_inet_icmp_arm.const | |
| parent | 838e336594e410898667fa06b15f1116a3b586fd (diff) | |
sys: support arm arch
Not tested, but const extraction and build works.
Update #324
Update #191
Diffstat (limited to 'sys/socket_inet_icmp_arm.const')
| -rw-r--r-- | sys/socket_inet_icmp_arm.const | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/socket_inet_icmp_arm.const b/sys/socket_inet_icmp_arm.const new file mode 100644 index 000000000..17591ddd3 --- /dev/null +++ b/sys/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 |
