aboutsummaryrefslogtreecommitdiffstats
path: root/sys/darwin/socket_unix.txt.const
diff options
context:
space:
mode:
Diffstat (limited to 'sys/darwin/socket_unix.txt.const')
-rw-r--r--sys/darwin/socket_unix.txt.const16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/darwin/socket_unix.txt.const b/sys/darwin/socket_unix.txt.const
new file mode 100644
index 000000000..5e451fc60
--- /dev/null
+++ b/sys/darwin/socket_unix.txt.const
@@ -0,0 +1,16 @@
+# Code generated by syz-sysgen. DO NOT EDIT.
+arches = amd64
+AF_UNIX = amd64:1
+AF_UNSPEC = amd64:0
+SOCK_DGRAM = amd64:2
+SOCK_SEQPACKET = amd64:5
+SOCK_STREAM = amd64:1
+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_sendto = amd64:133
+SYS_socket = amd64:97
+SYS_socketpair = amd64:135