From 822b1269b30114d4bec447845fc71afca97c5b63 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 7 Apr 2017 18:38:18 +0200 Subject: sys: add more udp ioctls --- sys/socket_inet_udp_amd64.const | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/socket_inet_udp_amd64.const') diff --git a/sys/socket_inet_udp_amd64.const b/sys/socket_inet_udp_amd64.const index 4fcd3dfa7..04a4d2b49 100644 --- a/sys/socket_inet_udp_amd64.const +++ b/sys/socket_inet_udp_amd64.const @@ -2,6 +2,8 @@ AF_INET = 2 AF_INET6 = 10 IPPROTO_UDP = 17 +SIOCINQ = 21531 +SIOCOUTQ = 21521 SOCK_DGRAM = 2 UDP_CORK = 1 UDP_ENCAP = 100 @@ -13,6 +15,7 @@ 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