mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-30 14:50:36 +00:00
2398edeacc
Tweak the building of the FreeBSD vm image to ensure pf is loaded at startup, so that we can test it.
21 lines
354 B
Plaintext
21 lines
354 B
Plaintext
# AUTOGENERATED FILE
|
|
AF_UNIX = 1
|
|
AF_UNSPEC = 0
|
|
LINUX_SCM_CREDENTIALS = 2
|
|
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
|