diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-13 15:34:21 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-15 16:02:37 +0200 |
| commit | 18e96021edb8f4de80626d7f50240964e37d570e (patch) | |
| tree | 920bc3f7d064868bc4bfb21c8e6663bff1797c0d /sys/linux/socket_inet_udp_arm.const | |
| parent | 4a7f7fab1ecf47d82fc2b403b57d3cf9b5836398 (diff) | |
sys: move linux descriptions to sys/linux
Diffstat (limited to 'sys/linux/socket_inet_udp_arm.const')
| -rw-r--r-- | sys/linux/socket_inet_udp_arm.const | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_udp_arm.const b/sys/linux/socket_inet_udp_arm.const new file mode 100644 index 000000000..1d32df14d --- /dev/null +++ b/sys/linux/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 |
