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.
22 lines
396 B
Plaintext
22 lines
396 B
Plaintext
# AUTOGENERATED FILE
|
|
AF_INET = 2
|
|
AF_INET6 = 28
|
|
IPPROTO_TCP = 6
|
|
LINUX_AF_INET = 2
|
|
LINUX_AF_INET6 = 10
|
|
LINUX_SOCK_STREAM = 1
|
|
LINUX_TCP_KEEPIDLE = 4
|
|
LINUX_TCP_KEEPINTVL = 5
|
|
LINUX_TCP_NODELAY = 1
|
|
SOCK_STREAM = 1
|
|
SYS_getsockopt = 118
|
|
SYS_setsockopt = 105
|
|
SYS_socket = 97
|
|
SYS_socketpair = 135
|
|
TCP_CONGESTION = 64
|
|
TCP_FASTOPEN = 1025
|
|
TCP_INFO = 32
|
|
TCP_KEEPIDLE = 256
|
|
TCP_KEEPINTVL = 512
|
|
TCP_NODELAY = 1
|