From 18e96021edb8f4de80626d7f50240964e37d570e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Sep 2017 15:34:21 +0200 Subject: sys: move linux descriptions to sys/linux --- sys/linux/socket_inet_udp_amd64.const | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sys/linux/socket_inet_udp_amd64.const (limited to 'sys/linux/socket_inet_udp_amd64.const') diff --git a/sys/linux/socket_inet_udp_amd64.const b/sys/linux/socket_inet_udp_amd64.const new file mode 100644 index 000000000..04a4d2b49 --- /dev/null +++ b/sys/linux/socket_inet_udp_amd64.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 = 55 +__NR_ioctl = 16 +__NR_setsockopt = 54 +__NR_socket = 41 +__NR_socketpair = 53 -- cgit mrf-deployment