diff options
Diffstat (limited to 'sys/socket_inet_arm64.const')
| -rw-r--r-- | sys/socket_inet_arm64.const | 11 |
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 |
