syzkaller/sys/linux/socket_unix_arm.const
Dmitry Vyukov 3e679c51c0 pkg/compiler: support non-zero terminated filenames
Now file names become:

string[filename]

with a possibility of using other string features:

stringnoz[filename]
string[filename, CONST_SIZE]

and filename is left as type alias as it is commonly used:

type filename string[filename]
2018-04-02 20:10:07 +02:00

23 lines
402 B
Plaintext

# AUTOGENERATED FILE
AF_UNIX = 1
AF_UNSPEC = 0
SCM_CREDENTIALS = 2
SCM_RIGHTS = 1
SOCK_DGRAM = 2
SOCK_SEQPACKET = 5
SOCK_STREAM = 1
SOL_SOCKET = 1
UNIX_PATH_MAX = 108
__NR_accept = 285
__NR_accept4 = 366
__NR_bind = 282
__NR_connect = 283
__NR_getpeername = 287
__NR_getsockname = 286
__NR_recvfrom = 292
__NR_sendmmsg = 374
__NR_sendmsg = 296
__NR_sendto = 290
__NR_socket = 281
__NR_socketpair = 288