diff options
| author | Mark Johnston <markjdb@gmail.com> | 2020-09-13 10:36:02 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-09-13 17:15:57 +0200 |
| commit | d0a4af89ac097bb14c65d5017358e6a33164e9a9 (patch) | |
| tree | 7dee8c2c464788de731eac45edf3eccf8f0c006b /sys/freebsd/socket_unix.txt.const | |
| parent | d56d957c29bffb3f4b8c3098705ad34a14ec6571 (diff) | |
sys/freebsd: switch to the new .const format
Diffstat (limited to 'sys/freebsd/socket_unix.txt.const')
| -rw-r--r-- | sys/freebsd/socket_unix.txt.const | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sys/freebsd/socket_unix.txt.const b/sys/freebsd/socket_unix.txt.const new file mode 100644 index 000000000..389fca2b6 --- /dev/null +++ b/sys/freebsd/socket_unix.txt.const @@ -0,0 +1,23 @@ +# Code generated by syz-sysgen. DO NOT EDIT. +arches = 386, amd64 +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_bindat = 538 +SYS_connect = 98 +SYS_connectat = 539 +SYS_getpeername = 31 +SYS_getsockname = 32 +SYS_recvfrom = 29 +SYS_sendmsg = 28 +SYS_sendto = 133 +SYS_socket = 97 +SYS_socketpair = 135 |
