From 0982b00b6d5f8a5f4bf0e96883df60c55c278585 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 7 Apr 2017 17:46:51 +0200 Subject: sys: add more ip ioctls --- sys/socket_inet_amd64.const | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sys/socket_inet_amd64.const') diff --git a/sys/socket_inet_amd64.const b/sys/socket_inet_amd64.const index 116e43ae3..7ad4f46a6 100644 --- a/sys/socket_inet_amd64.const +++ b/sys/socket_inet_amd64.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 = 43 __NR_accept4 = 288 __NR_bind = 49 -- cgit mrf-deployment