mirror of
https://github.com/reactos/syzkaller.git
synced 2025-03-04 01:27:22 +00:00

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.
28 lines
502 B
Plaintext
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
|