github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/sys/darwin/socket_unix.txt.const (about)

     1  # Code generated by syz-sysgen. DO NOT EDIT.
     2  arches = amd64
     3  AF_UNIX = amd64:1
     4  AF_UNSPEC = amd64:0
     5  SOCK_DGRAM = amd64:2
     6  SOCK_SEQPACKET = amd64:5
     7  SOCK_STREAM = amd64:1
     8  SYS_accept = amd64:30
     9  SYS_bind = amd64:104
    10  SYS_connect = amd64:98
    11  SYS_getpeername = amd64:31
    12  SYS_getsockname = amd64:32
    13  SYS_recvfrom = amd64:29
    14  SYS_sendto = amd64:133
    15  SYS_socket = amd64:97
    16  SYS_socketpair = amd64:135