Go to the documentation of this file.
18 #ifndef _UAPI_LINUX_NET_H
19 #define _UAPI_LINUX_NET_H
21 #include <linux/socket.h>
22 #include <asm/socket.h>
31 #define SYS_GETSOCKNAME 6
32 #define SYS_GETPEERNAME 7
33 #define SYS_SOCKETPAIR 8
37 #define SYS_RECVFROM 12
38 #define SYS_SHUTDOWN 13
39 #define SYS_SETSOCKOPT 14
40 #define SYS_GETSOCKOPT 15
41 #define SYS_SENDMSG 16
42 #define SYS_RECVMSG 17
43 #define SYS_ACCEPT4 18
44 #define SYS_RECVMMSG 19
45 #define SYS_SENDMMSG 20
55 #define __SO_ACCEPTCON (1 << 16)