syzkaller/sys/freebsd/socket_inet_tcp_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

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