aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet_arm64.const
diff options
context:
space:
mode:
Diffstat (limited to 'sys/socket_inet_arm64.const')
-rw-r--r--sys/socket_inet_arm64.const14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/socket_inet_arm64.const b/sys/socket_inet_arm64.const
index 4981542ea..ff57ab6e0 100644
--- a/sys/socket_inet_arm64.const
+++ b/sys/socket_inet_arm64.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 = 202
__NR_accept4 = 242
__NR_bind = 200
@@ -115,6 +128,7 @@ __NR_connect = 203
__NR_getpeername = 205
__NR_getsockname = 204
__NR_getsockopt = 209
+__NR_ioctl = 29
__NR_recvfrom = 207
__NR_sendto = 206
__NR_setsockopt = 208