aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet_ppc64le.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_ppc64le.const
parentfb1044f22d5c88328d8104ec2146d9bb7ca0b152 (diff)
sys: rearrange and improve socket.txt
Diffstat (limited to 'sys/socket_inet_ppc64le.const')
-rw-r--r--sys/socket_inet_ppc64le.const14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/socket_inet_ppc64le.const b/sys/socket_inet_ppc64le.const
index 1e7594d5e..2ac853db0 100644
--- a/sys/socket_inet_ppc64le.const
+++ b/sys/socket_inet_ppc64le.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 = 330
__NR_accept4 = 344
__NR_bind = 327
@@ -115,6 +128,7 @@ __NR_connect = 328
__NR_getpeername = 332
__NR_getsockname = 331
__NR_getsockopt = 340
+__NR_ioctl = 54
__NR_recvfrom = 337
__NR_sendto = 335
__NR_setsockopt = 339