diff options
Diffstat (limited to 'sys/linux/socket_inet_arm64.const')
| -rw-r--r-- | sys/linux/socket_inet_arm64.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_arm64.const b/sys/linux/socket_inet_arm64.const index d57fff6e2..815d0b4ce 100644 --- a/sys/linux/socket_inet_arm64.const +++ b/sys/linux/socket_inet_arm64.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 = 202 __NR_accept4 = 242 __NR_bind = 200 @@ -107,6 +108,8 @@ __NR_getsockname = 204 __NR_getsockopt = 209 __NR_ioctl = 29 __NR_recvfrom = 207 +__NR_sendmmsg = 269 +__NR_sendmsg = 211 __NR_sendto = 206 __NR_setsockopt = 208 __NR_socket = 198 |
