aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet_arm.const
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/socket_inet_arm.const')
-rw-r--r--sys/linux/socket_inet_arm.const3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_arm.const b/sys/linux/socket_inet_arm.const
index ba45091a7..0f1f311eb 100644
--- a/sys/linux/socket_inet_arm.const
+++ b/sys/linux/socket_inet_arm.const
@@ -98,6 +98,7 @@ SIOCSIWNWID = 35586
SIOCSIWSENS = 35592
# SOCKADDR_SIZE is not set
# SOCKADDR_STORAGE_SIZE is not set
+SOL_IP = 0
__NR_accept = 285
__NR_accept4 = 366
__NR_bind = 282
@@ -107,6 +108,8 @@ __NR_getsockname = 286
__NR_getsockopt = 295
__NR_ioctl = 54
__NR_recvfrom = 292
+__NR_sendmmsg = 374
+__NR_sendmsg = 296
__NR_sendto = 290
__NR_setsockopt = 294
__NR_socket = 281