aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet6_ppc64le.const
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-04-07 18:13:45 +0200
committerAndrey Konovalov <andreyknvl@google.com>2017-04-08 20:20:38 +0200
commitc9e79240e6f4fef474a9b62aeae10663aa7701ff (patch)
treec21884a640d3e55ae8798c71c26f87005398df51 /sys/socket_inet6_ppc64le.const
parent274ac94f7cfcea0264d4bdc94fbcd6369d960835 (diff)
sys: add more ipv6 ioctls
Diffstat (limited to 'sys/socket_inet6_ppc64le.const')
-rw-r--r--sys/socket_inet6_ppc64le.const31
1 files changed, 31 insertions, 0 deletions
diff --git a/sys/socket_inet6_ppc64le.const b/sys/socket_inet6_ppc64le.const
index 5c4bd7348..df3a66d05 100644
--- a/sys/socket_inet6_ppc64le.const
+++ b/sys/socket_inet6_ppc64le.const
@@ -3,6 +3,8 @@ AF_INET6 = 10
IP6T_SO_GET_REVISION_MATCH = 68
IP6T_SO_GET_REVISION_TARGET = 69
IP6T_SO_ORIGINAL_DST = 80
+IP6_RT_PRIO_ADDRCONF = 256
+IP6_RT_PRIO_USER = 1024
IPPROTO_IPV6 = 41
IPV6_2292DSTOPTS = 4
IPV6_2292HOPLIMIT = 8
@@ -62,6 +64,34 @@ MCAST_LEAVE_GROUP = 45
MCAST_LEAVE_SOURCE_GROUP = 47
MCAST_MSFILTER = 48
MCAST_UNBLOCK_SOURCE = 44
+RTF_ADDRCONF = 262144
+RTF_ALLONLINK = 131072
+RTF_ANYCAST = 1048576
+RTF_CACHE = 16777216
+RTF_DEFAULT = 65536
+RTF_DYNAMIC = 16
+RTF_EXPIRES = 4194304
+RTF_FLOW = 33554432
+RTF_GATEWAY = 2
+RTF_HOST = 4
+RTF_IRTT = 256
+RTF_LOCAL = 2147483648
+RTF_MODIFIED = 32
+RTF_MTU = 64
+RTF_NONEXTHOP = 2097152
+RTF_PCPU = 1073741824
+RTF_POLICY = 67108864
+RTF_PREFIX_RT = 524288
+RTF_REINSTATE = 8
+RTF_REJECT = 512
+RTF_ROUTEINFO = 8388608
+RTF_UP = 1
+RTF_WINDOW = 128
+SIOCADDRT = 35083
+SIOCDELRT = 35084
+SIOCDIFADDR = 35126
+SIOCSIFADDR = 35094
+SIOCSIFDSTADDR = 35096
__NR_accept = 330
__NR_accept4 = 344
__NR_bind = 327
@@ -69,6 +99,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