mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
6ad0ae6171
* OpebBSD: remove socketpair() for AF_INET and AF_INET6. socketpair() is only supported on AF_UNIX. * NetBSD: remove socketpair() for AF_INET and AF_INET6. socketpair() is only supported for AF_UNIX. * FreeBSD: remove socketpair() for AF_INET and AF_INET6. socketpair() only supports AF_UNIX. * Linux: remove socketpair for AF_INET and AF_INET6. socketpair only supports AF_UNIX. * Autogenerated files. These are manually generated for all platforms you are not running on. FreeBSD in this case. * executor: rebase. * sys/freebsd: rebase. * sys/linux: use AF_UNIX based socketpair for nbd. This was suggested by Dmitry. Fixes #845
11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
# AUTOGENERATED FILE
|
|
AF_INET = 2
|
|
AF_INET6 = 10
|
|
ICMP_FILTER = 1
|
|
IPPROTO_ICMP = 1
|
|
IPPROTO_ICMPV6 = 58
|
|
SOCK_DGRAM = 2
|
|
SOCK_RAW = 3
|
|
__NR_setsockopt = 294
|
|
__NR_socket = 281
|