mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-30 14:50:36 +00:00
f162ad97ac
Add support for the UDP_ENCAP. Add required includes and remove the Linux specific ones.
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
# AUTOGENERATED FILE
|
|
AF_INET = 2
|
|
AF_INET6 = 28
|
|
IPPROTO_UDP = 17
|
|
SOCK_DGRAM = 2
|
|
SYS_getsockopt = 118
|
|
SYS_setsockopt = 105
|
|
SYS_socket = 97
|
|
UDP_ENCAP = 1
|