aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_unix_386.const
blob: f423ab0e5e1e648b932d3619005e8b30f773dfd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
# __NR_accept is not set
__NR_accept4 = 364
__NR_bind = 361
__NR_connect = 362
__NR_getpeername = 368
__NR_getsockname = 367
__NR_recvfrom = 371
__NR_sendmmsg = 345
__NR_sendmsg = 370
__NR_sendto = 369
__NR_socket = 359
__NR_socketpair = 360