aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet_amd64.const
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-03-31 18:12:22 +0200
committerAndrey Konovalov <andreyknvl@google.com>2017-04-07 14:42:57 +0200
commitbb39958f893b94c0407654cee53ca66a79f3965b (patch)
treeb677d377e17ccf981d1682a59662a36bc20d6475 /sys/socket_inet_amd64.const
parentfb1044f22d5c88328d8104ec2146d9bb7ca0b152 (diff)
sys: rearrange and improve socket.txt
Diffstat (limited to 'sys/socket_inet_amd64.const')
-rw-r--r--sys/socket_inet_amd64.const14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/socket_inet_amd64.const b/sys/socket_inet_amd64.const
index 1f1bc8f70..27e8f1c2c 100644
--- a/sys/socket_inet_amd64.const
+++ b/sys/socket_inet_amd64.const
@@ -108,6 +108,19 @@ MCAST_LEAVE_GROUP = 45
MCAST_LEAVE_SOURCE_GROUP = 47
MCAST_MSFILTER = 48
MCAST_UNBLOCK_SOURCE = 44
+RTF_DYNAMIC = 16
+RTF_GATEWAY = 2
+RTF_HOST = 4
+RTF_IRTT = 256
+RTF_MODIFIED = 32
+RTF_MTU = 64
+RTF_REINSTATE = 8
+RTF_REJECT = 512
+RTF_UP = 1
+RTF_WINDOW = 128
+SIOCADDRT = 35083
+SIOCDELRT = 35084
+SIOCRTMSG = 35085
__NR_accept = 43
__NR_accept4 = 288
__NR_bind = 49
@@ -115,6 +128,7 @@ __NR_connect = 42
__NR_getpeername = 52
__NR_getsockname = 51
__NR_getsockopt = 55
+__NR_ioctl = 16
__NR_recvfrom = 45
__NR_sendto = 44
__NR_setsockopt = 54