syzkaller/sys/freebsd/socket_inet_udp_amd64.const
Michael Tuexen f162ad97ac sys/freebsd: improve udp tests
Add support for the UDP_ENCAP. Add required includes and
remove the Linux specific ones.
2018-12-04 14:15:42 +00:00

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