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_amd64.const | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sys/socket_inet_amd64.const') 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 -- cgit mrf-deployment