aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet_udp_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-08-19 08:29:32 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-08-19 10:41:24 +0200
commit6aad5879f798f115f13dcf1e9591971255b236f5 (patch)
treecacdf95c9795459f05bdc1e904b90c10b9b32eb3 /sys/socket_inet_udp_arm.const
parent838e336594e410898667fa06b15f1116a3b586fd (diff)
sys: support arm arch
Not tested, but const extraction and build works. Update #324 Update #191
Diffstat (limited to 'sys/socket_inet_udp_arm.const')
-rw-r--r--sys/socket_inet_udp_arm.const21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/socket_inet_udp_arm.const b/sys/socket_inet_udp_arm.const
new file mode 100644
index 000000000..1d32df14d
--- /dev/null
+++ b/sys/socket_inet_udp_arm.const
@@ -0,0 +1,21 @@
+# AUTOGENERATED FILE
+AF_INET = 2
+AF_INET6 = 10
+IPPROTO_UDP = 17
+SIOCINQ = 21531
+SIOCOUTQ = 21521
+SOCK_DGRAM = 2
+UDP_CORK = 1
+UDP_ENCAP = 100
+UDP_ENCAP_ESPINUDP = 2
+UDP_ENCAP_ESPINUDP_NON_IKE = 1
+UDP_ENCAP_GTP0 = 4
+UDP_ENCAP_GTP1U = 5
+UDP_ENCAP_L2TPINUDP = 3
+UDP_NO_CHECK6_RX = 102
+UDP_NO_CHECK6_TX = 101
+__NR_getsockopt = 9437479
+__NR_ioctl = 9437238
+__NR_setsockopt = 9437478
+__NR_socket = 9437465
+__NR_socketpair = 9437472