From bb39958f893b94c0407654cee53ca66a79f3965b Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 31 Mar 2017 18:12:22 +0200 Subject: sys: rearrange and improve socket.txt --- sys/socket_inet_ppc64le.const | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sys/socket_inet_ppc64le.const') 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 -- cgit mrf-deployment