1 /* Generated by ./xlat/gen.sh from ./xlat/sockoptions.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat sockoptions in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat sockoptions[] = {
11 #if defined(SO_DEBUG) || (defined(HAVE_DECL_SO_DEBUG) && HAVE_DECL_SO_DEBUG)
12   XLAT(SO_DEBUG),
13 #endif
14 #if defined(SO_REUSEADDR) || (defined(HAVE_DECL_SO_REUSEADDR) && HAVE_DECL_SO_REUSEADDR)
15   XLAT(SO_REUSEADDR),
16 #endif
17 #if defined(SO_TYPE) || (defined(HAVE_DECL_SO_TYPE) && HAVE_DECL_SO_TYPE)
18   XLAT(SO_TYPE),
19 #endif
20 #if defined(SO_ERROR) || (defined(HAVE_DECL_SO_ERROR) && HAVE_DECL_SO_ERROR)
21   XLAT(SO_ERROR),
22 #endif
23 #if defined(SO_DONTROUTE) || (defined(HAVE_DECL_SO_DONTROUTE) && HAVE_DECL_SO_DONTROUTE)
24   XLAT(SO_DONTROUTE),
25 #endif
26 #if defined(SO_BROADCAST) || (defined(HAVE_DECL_SO_BROADCAST) && HAVE_DECL_SO_BROADCAST)
27   XLAT(SO_BROADCAST),
28 #endif
29 #if defined(SO_SNDBUF) || (defined(HAVE_DECL_SO_SNDBUF) && HAVE_DECL_SO_SNDBUF)
30   XLAT(SO_SNDBUF),
31 #endif
32 #if defined(SO_RCVBUF) || (defined(HAVE_DECL_SO_RCVBUF) && HAVE_DECL_SO_RCVBUF)
33   XLAT(SO_RCVBUF),
34 #endif
35 #if defined(SO_SNDBUFFORCE) || (defined(HAVE_DECL_SO_SNDBUFFORCE) && HAVE_DECL_SO_SNDBUFFORCE)
36   XLAT(SO_SNDBUFFORCE),
37 #endif
38 #if defined(SO_RCVBUFFORCE) || (defined(HAVE_DECL_SO_RCVBUFFORCE) && HAVE_DECL_SO_RCVBUFFORCE)
39   XLAT(SO_RCVBUFFORCE),
40 #endif
41 #if defined(SO_KEEPALIVE) || (defined(HAVE_DECL_SO_KEEPALIVE) && HAVE_DECL_SO_KEEPALIVE)
42   XLAT(SO_KEEPALIVE),
43 #endif
44 #if defined(SO_OOBINLINE) || (defined(HAVE_DECL_SO_OOBINLINE) && HAVE_DECL_SO_OOBINLINE)
45   XLAT(SO_OOBINLINE),
46 #endif
47 #if defined(SO_NO_CHECK) || (defined(HAVE_DECL_SO_NO_CHECK) && HAVE_DECL_SO_NO_CHECK)
48   XLAT(SO_NO_CHECK),
49 #endif
50 #if defined(SO_PRIORITY) || (defined(HAVE_DECL_SO_PRIORITY) && HAVE_DECL_SO_PRIORITY)
51   XLAT(SO_PRIORITY),
52 #endif
53 #if defined(SO_LINGER) || (defined(HAVE_DECL_SO_LINGER) && HAVE_DECL_SO_LINGER)
54   XLAT(SO_LINGER),
55 #endif
56 #if defined(SO_BSDCOMPAT) || (defined(HAVE_DECL_SO_BSDCOMPAT) && HAVE_DECL_SO_BSDCOMPAT)
57   XLAT(SO_BSDCOMPAT),
58 #endif
59 #if defined(SO_REUSEPORT) || (defined(HAVE_DECL_SO_REUSEPORT) && HAVE_DECL_SO_REUSEPORT)
60   XLAT(SO_REUSEPORT),
61 #endif
62 #if defined(SO_PASSCRED) || (defined(HAVE_DECL_SO_PASSCRED) && HAVE_DECL_SO_PASSCRED)
63   XLAT(SO_PASSCRED),
64 #endif
65 #if defined(SO_PEERCRED) || (defined(HAVE_DECL_SO_PEERCRED) && HAVE_DECL_SO_PEERCRED)
66   XLAT(SO_PEERCRED),
67 #endif
68 #if defined(SO_RCVLOWAT) || (defined(HAVE_DECL_SO_RCVLOWAT) && HAVE_DECL_SO_RCVLOWAT)
69   XLAT(SO_RCVLOWAT),
70 #endif
71 #if defined(SO_SNDLOWAT) || (defined(HAVE_DECL_SO_SNDLOWAT) && HAVE_DECL_SO_SNDLOWAT)
72   XLAT(SO_SNDLOWAT),
73 #endif
74 #if defined(SO_RCVTIMEO) || (defined(HAVE_DECL_SO_RCVTIMEO) && HAVE_DECL_SO_RCVTIMEO)
75   XLAT(SO_RCVTIMEO),
76 #endif
77 #if defined(SO_SNDTIMEO) || (defined(HAVE_DECL_SO_SNDTIMEO) && HAVE_DECL_SO_SNDTIMEO)
78   XLAT(SO_SNDTIMEO),
79 #endif
80 #if defined(SO_SECURITY_AUTHENTICATION) || (defined(HAVE_DECL_SO_SECURITY_AUTHENTICATION) && HAVE_DECL_SO_SECURITY_AUTHENTICATION)
81   XLAT(SO_SECURITY_AUTHENTICATION),
82 #endif
83 #if defined(SO_SECURITY_ENCRYPTION_TRANSPORT) || (defined(HAVE_DECL_SO_SECURITY_ENCRYPTION_TRANSPORT) && HAVE_DECL_SO_SECURITY_ENCRYPTION_TRANSPORT)
84   XLAT(SO_SECURITY_ENCRYPTION_TRANSPORT),
85 #endif
86 #if defined(SO_SECURITY_ENCRYPTION_NETWORK) || (defined(HAVE_DECL_SO_SECURITY_ENCRYPTION_NETWORK) && HAVE_DECL_SO_SECURITY_ENCRYPTION_NETWORK)
87   XLAT(SO_SECURITY_ENCRYPTION_NETWORK),
88 #endif
89 #if defined(SO_BINDTODEVICE) || (defined(HAVE_DECL_SO_BINDTODEVICE) && HAVE_DECL_SO_BINDTODEVICE)
90   XLAT(SO_BINDTODEVICE),
91 #endif
92 #if defined(SO_ATTACH_FILTER) || (defined(HAVE_DECL_SO_ATTACH_FILTER) && HAVE_DECL_SO_ATTACH_FILTER)
93   XLAT(SO_ATTACH_FILTER),
94 #endif
95 #if defined(SO_GET_FILTER) || (defined(HAVE_DECL_SO_GET_FILTER) && HAVE_DECL_SO_GET_FILTER)
96   XLAT(SO_GET_FILTER),
97 #endif
98 #if defined(SO_DETACH_FILTER) || (defined(HAVE_DECL_SO_DETACH_FILTER) && HAVE_DECL_SO_DETACH_FILTER)
99   XLAT(SO_DETACH_FILTER),
100 #endif
101 #if defined(SO_DETACH_BPF) || (defined(HAVE_DECL_SO_DETACH_BPF) && HAVE_DECL_SO_DETACH_BPF)
102   XLAT(SO_DETACH_BPF),
103 #endif
104 #if defined(SO_PEERNAME) || (defined(HAVE_DECL_SO_PEERNAME) && HAVE_DECL_SO_PEERNAME)
105   XLAT(SO_PEERNAME),
106 #endif
107 #if defined(SO_TIMESTAMP) || (defined(HAVE_DECL_SO_TIMESTAMP) && HAVE_DECL_SO_TIMESTAMP)
108   XLAT(SO_TIMESTAMP),
109 #endif
110 #if defined(SO_ACCEPTCONN) || (defined(HAVE_DECL_SO_ACCEPTCONN) && HAVE_DECL_SO_ACCEPTCONN)
111   XLAT(SO_ACCEPTCONN),
112 #endif
113 #if defined(SO_PEERSEC) || (defined(HAVE_DECL_SO_PEERSEC) && HAVE_DECL_SO_PEERSEC)
114   XLAT(SO_PEERSEC),
115 #endif
116 #if defined(SO_PASSSEC) || (defined(HAVE_DECL_SO_PASSSEC) && HAVE_DECL_SO_PASSSEC)
117   XLAT(SO_PASSSEC),
118 #endif
119 #if defined(SO_TIMESTAMPNS) || (defined(HAVE_DECL_SO_TIMESTAMPNS) && HAVE_DECL_SO_TIMESTAMPNS)
120   XLAT(SO_TIMESTAMPNS),
121 #endif
122 #if defined(SO_MARK) || (defined(HAVE_DECL_SO_MARK) && HAVE_DECL_SO_MARK)
123   XLAT(SO_MARK),
124 #endif
125 #if defined(SO_TIMESTAMPING) || (defined(HAVE_DECL_SO_TIMESTAMPING) && HAVE_DECL_SO_TIMESTAMPING)
126   XLAT(SO_TIMESTAMPING),
127 #endif
128 #if defined(SO_PROTOCOL) || (defined(HAVE_DECL_SO_PROTOCOL) && HAVE_DECL_SO_PROTOCOL)
129   XLAT(SO_PROTOCOL),
130 #endif
131 #if defined(SO_DOMAIN) || (defined(HAVE_DECL_SO_DOMAIN) && HAVE_DECL_SO_DOMAIN)
132   XLAT(SO_DOMAIN),
133 #endif
134 #if defined(SO_RXQ_OVFL) || (defined(HAVE_DECL_SO_RXQ_OVFL) && HAVE_DECL_SO_RXQ_OVFL)
135   XLAT(SO_RXQ_OVFL),
136 #endif
137 #if defined(SO_WIFI_STATUS) || (defined(HAVE_DECL_SO_WIFI_STATUS) && HAVE_DECL_SO_WIFI_STATUS)
138   XLAT(SO_WIFI_STATUS),
139 #endif
140 #if defined(SO_PEEK_OFF) || (defined(HAVE_DECL_SO_PEEK_OFF) && HAVE_DECL_SO_PEEK_OFF)
141   XLAT(SO_PEEK_OFF),
142 #endif
143 #if defined(SO_NOFCS) || (defined(HAVE_DECL_SO_NOFCS) && HAVE_DECL_SO_NOFCS)
144   XLAT(SO_NOFCS),
145 #endif
146 #if defined(SO_LOCK_FILTER) || (defined(HAVE_DECL_SO_LOCK_FILTER) && HAVE_DECL_SO_LOCK_FILTER)
147   XLAT(SO_LOCK_FILTER),
148 #endif
149 #if defined(SO_SELECT_ERR_QUEUE) || (defined(HAVE_DECL_SO_SELECT_ERR_QUEUE) && HAVE_DECL_SO_SELECT_ERR_QUEUE)
150   XLAT(SO_SELECT_ERR_QUEUE),
151 #endif
152 #if defined(SO_BUSY_POLL) || (defined(HAVE_DECL_SO_BUSY_POLL) && HAVE_DECL_SO_BUSY_POLL)
153   XLAT(SO_BUSY_POLL),
154 #endif
155 #if defined(SO_MAX_PACING_RATE) || (defined(HAVE_DECL_SO_MAX_PACING_RATE) && HAVE_DECL_SO_MAX_PACING_RATE)
156   XLAT(SO_MAX_PACING_RATE),
157 #endif
158 #if defined(SO_BPF_EXTENSIONS) || (defined(HAVE_DECL_SO_BPF_EXTENSIONS) && HAVE_DECL_SO_BPF_EXTENSIONS)
159   XLAT(SO_BPF_EXTENSIONS),
160 #endif
161 #if defined(SO_INCOMING_CPU) || (defined(HAVE_DECL_SO_INCOMING_CPU) && HAVE_DECL_SO_INCOMING_CPU)
162   XLAT(SO_INCOMING_CPU),
163 #endif
164 #if defined(SO_ATTACH_BPF) || (defined(HAVE_DECL_SO_ATTACH_BPF) && HAVE_DECL_SO_ATTACH_BPF)
165   XLAT(SO_ATTACH_BPF),
166 #endif
167 
168 #if defined(SO_ALLRAW) || (defined(HAVE_DECL_SO_ALLRAW) && HAVE_DECL_SO_ALLRAW)
169   XLAT(SO_ALLRAW),
170 #endif
171 #if defined(SO_ICS) || (defined(HAVE_DECL_SO_ICS) && HAVE_DECL_SO_ICS)
172   XLAT(SO_ICS),
173 #endif
174 #if defined(SO_IMASOCKET) || (defined(HAVE_DECL_SO_IMASOCKET) && HAVE_DECL_SO_IMASOCKET)
175   XLAT(SO_IMASOCKET),
176 #endif
177 #if defined(SO_LISTENING) || (defined(HAVE_DECL_SO_LISTENING) && HAVE_DECL_SO_LISTENING)
178   XLAT(SO_LISTENING),
179 #endif
180 #if defined(SO_MGMT) || (defined(HAVE_DECL_SO_MGMT) && HAVE_DECL_SO_MGMT)
181   XLAT(SO_MGMT),
182 #endif
183 #if defined(SO_ORDREL) || (defined(HAVE_DECL_SO_ORDREL) && HAVE_DECL_SO_ORDREL)
184   XLAT(SO_ORDREL),
185 #endif
186 #if defined(SO_PARALLELSVR) || (defined(HAVE_DECL_SO_PARALLELSVR) && HAVE_DECL_SO_PARALLELSVR)
187   XLAT(SO_PARALLELSVR),
188 #endif
189 #if defined(SO_PROTOTYPE) || (defined(HAVE_DECL_SO_PROTOTYPE) && HAVE_DECL_SO_PROTOTYPE)
190   XLAT(SO_PROTOTYPE),
191 #endif
192 #if defined(SO_RDWR) || (defined(HAVE_DECL_SO_RDWR) && HAVE_DECL_SO_RDWR)
193   XLAT(SO_RDWR),
194 #endif
195 #if defined(SO_SEMA) || (defined(HAVE_DECL_SO_SEMA) && HAVE_DECL_SO_SEMA)
196   XLAT(SO_SEMA),
197 #endif
198 #if defined(SO_USELOOPBACK) || (defined(HAVE_DECL_SO_USELOOPBACK) && HAVE_DECL_SO_USELOOPBACK)
199   XLAT(SO_USELOOPBACK),
200 #endif
201  XLAT_END
202 };
203 
204 #endif /* !IN_MPERS */
205