socket.h revision 8cb52b056cfc302e05304d847c4228dff15715cf
1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Linux kernel header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to libc.  It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ***   To edit the content of this header, modify the corresponding
11 ***   source file (e.g. under external/kernel-headers/original/) then
12 ***   run bionic/libc/kernel/tools/update_all.py
13 ***
14 ***   Any manual change here will be lost the next time this script will
15 ***   be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _UAPI_ASM_SOCKET_H
20#define _UAPI_ASM_SOCKET_H
21#include <asm/sockios.h>
22#define SOL_SOCKET 0xffff
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24#define SO_DEBUG 0x0001
25#define SO_REUSEADDR 0x0004
26#define SO_KEEPALIVE 0x0008
27#define SO_DONTROUTE 0x0010
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29#define SO_BROADCAST 0x0020
30#define SO_LINGER 0x0080
31#define SO_OOBINLINE 0x0100
32#define SO_REUSEPORT 0x0200
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34#define SO_TYPE 0x1008
35#define SO_STYLE SO_TYPE
36#define SO_ERROR 0x1007
37#define SO_SNDBUF 0x1001
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39#define SO_RCVBUF 0x1002
40#define SO_SNDLOWAT 0x1003
41#define SO_RCVLOWAT 0x1004
42#define SO_SNDTIMEO 0x1005
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44#define SO_RCVTIMEO 0x1006
45#define SO_ACCEPTCONN 0x1009
46#define SO_PROTOCOL 0x1028
47#define SO_DOMAIN 0x1029
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49#define SO_NO_CHECK 11
50#define SO_PRIORITY 12
51#define SO_BSDCOMPAT 14
52#define SO_PASSCRED 17
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54#define SO_PEERCRED 18
55#define SO_SECURITY_AUTHENTICATION 22
56#define SO_SECURITY_ENCRYPTION_TRANSPORT 23
57#define SO_SECURITY_ENCRYPTION_NETWORK 24
58/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59#define SO_BINDTODEVICE 25
60#define SO_ATTACH_FILTER 26
61#define SO_DETACH_FILTER 27
62#define SO_GET_FILTER SO_ATTACH_FILTER
63/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
64#define SO_PEERNAME 28
65#define SO_TIMESTAMP 29
66#define SCM_TIMESTAMP SO_TIMESTAMP
67#define SO_PEERSEC 30
68/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
69#define SO_SNDBUFFORCE 31
70#define SO_RCVBUFFORCE 33
71#define SO_PASSSEC 34
72#define SO_TIMESTAMPNS 35
73/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
74#define SCM_TIMESTAMPNS SO_TIMESTAMPNS
75#define SO_MARK 36
76#define SO_TIMESTAMPING 37
77#define SCM_TIMESTAMPING SO_TIMESTAMPING
78/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
79#define SO_RXQ_OVFL 40
80#define SO_WIFI_STATUS 41
81#define SCM_WIFI_STATUS SO_WIFI_STATUS
82#define SO_PEEK_OFF 42
83/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
84#define SO_NOFCS 43
85#define SO_LOCK_FILTER 44
86#define SO_SELECT_ERR_QUEUE 45
87#endif
88/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
89