diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-04-07 18:38:18 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-04-08 20:20:38 +0200 |
| commit | 822b1269b30114d4bec447845fc71afca97c5b63 (patch) | |
| tree | 9cfab9c0a9163a3101e88255006789216545c380 /sys/socket_inet_udp_amd64.const | |
| parent | 83aa41d8a5a9a7c2bb267ca95d3d087697fde27f (diff) | |
sys: add more udp ioctls
Diffstat (limited to 'sys/socket_inet_udp_amd64.const')
| -rw-r--r-- | sys/socket_inet_udp_amd64.const | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
