aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet_arm64.const
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-04-07 17:46:51 +0200
committerAndrey Konovalov <andreyknvl@google.com>2017-04-08 20:20:38 +0200
commit0982b00b6d5f8a5f4bf0e96883df60c55c278585 (patch)
tree05794b8bfa033d7856d93edd39a1f68298d81353 /sys/socket_inet_arm64.const
parentf6f7c2edd8c853324638825048ee7784b5dbf61d (diff)
sys: add more ip ioctls
Diffstat (limited to 'sys/socket_inet_arm64.const')
-rw-r--r--sys/socket_inet_arm64.const11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/socket_inet_arm64.const b/sys/socket_inet_arm64.const
index aaba7ef8d..c3589f412 100644
--- a/sys/socket_inet_arm64.const
+++ b/sys/socket_inet_arm64.const
@@ -75,8 +75,19 @@ SIOCADDRT = 35083
SIOCDARP = 35155
SIOCDELRT = 35084
SIOCGARP = 35156
+SIOCGIFADDR = 35093
+SIOCGIFBRDADDR = 35097
+SIOCGIFDSTADDR = 35095
+SIOCGIFNETMASK = 35099
+SIOCGIFPFLAGS = 35125
SIOCRTMSG = 35085
SIOCSARP = 35157
+SIOCSIFADDR = 35094
+SIOCSIFBRDADDR = 35098
+SIOCSIFDSTADDR = 35096
+SIOCSIFFLAGS = 35092
+SIOCSIFNETMASK = 35100
+SIOCSIFPFLAGS = 35124
__NR_accept = 202
__NR_accept4 = 242
__NR_bind = 200