From 658ebc66ddf4b2d7ebaf8ecf291da16a1528eeef Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Thu, 1 Jul 2021 07:44:39 +0200 Subject: sys/openbsd: regenerate const files --- sys/openbsd/socket_unix.txt.const | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sys/openbsd/socket_unix.txt.const (limited to 'sys/openbsd/socket_unix.txt.const') diff --git a/sys/openbsd/socket_unix.txt.const b/sys/openbsd/socket_unix.txt.const new file mode 100644 index 000000000..f82cf828d --- /dev/null +++ b/sys/openbsd/socket_unix.txt.const @@ -0,0 +1,19 @@ +# Code generated by syz-sysgen. DO NOT EDIT. +arches = amd64 +AF_UNIX = amd64:1 +AF_UNSPEC = amd64:0 +SCM_RIGHTS = amd64:1 +SOCK_DGRAM = amd64:2 +SOCK_SEQPACKET = amd64:5 +SOCK_STREAM = amd64:1 +SOL_SOCKET = amd64:65535 +SYS_accept = amd64:30 +SYS_bind = amd64:104 +SYS_connect = amd64:98 +SYS_getpeername = amd64:31 +SYS_getsockname = amd64:32 +SYS_recvfrom = amd64:29 +SYS_sendmsg = amd64:28 +SYS_sendto = amd64:133 +SYS_socket = amd64:97 +SYS_socketpair = amd64:135 -- cgit mrf-deployment