syzkaller/sys/freebsd/socket_unix_amd64.const
Dmitry Vyukov 3d5e81e280 sys/freebsd: more syscall descriptions
This is mostly copied form linux.
We probably need better support for sharing descriptions
between multiple OSes. But there are lots of differences,
so this is not trivial.
2017-10-17 13:50:05 +02:00

28 lines
502 B
Plaintext

# AUTOGENERATED FILE
AF_UNIX = 1
AF_UNSPEC = 0
LINUX_AF_UNIX = 1
LINUX_AF_UNSPEC = 0
LINUX_SCM_CREDENTIALS = 2
LINUX_SCM_RIGHTS = 1
LINUX_SOCK_DGRAM = 2
LINUX_SOCK_SEQPACKET = 5
LINUX_SOCK_STREAM = 1
LINUX_SOL_SOCKET = 1
SCM_RIGHTS = 1
SOCK_DGRAM = 2
SOCK_SEQPACKET = 5
SOCK_STREAM = 1
SOL_SOCKET = 65535
SYS_accept = 30
SYS_accept4 = 541
SYS_bind = 104
SYS_connect = 98
SYS_getpeername = 31
SYS_getsockname = 32
SYS_recvfrom = 29
SYS_sendmsg = 28
SYS_sendto = 133
SYS_socket = 97
SYS_socketpair = 135