diff options
Diffstat (limited to 'sys/linux/socket_inet_amd64.const')
| -rw-r--r-- | sys/linux/socket_inet_amd64.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_amd64.const b/sys/linux/socket_inet_amd64.const index 0d2bd67f6..1415fcc6e 100644 --- a/sys/linux/socket_inet_amd64.const +++ b/sys/linux/socket_inet_amd64.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 = 43 __NR_accept4 = 288 __NR_bind = 49 @@ -107,6 +108,8 @@ __NR_getsockname = 51 __NR_getsockopt = 55 __NR_ioctl = 16 __NR_recvfrom = 45 +__NR_sendmmsg = 307 +__NR_sendmsg = 46 __NR_sendto = 44 __NR_setsockopt = 54 __NR_socket = 41 |
