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_LINUX_IN_H
20#define _UAPI_LINUX_IN_H
21#include <linux/types.h>
22#include <linux/libc-compat.h>
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24#include <linux/socket.h>
25#if __UAPI_DEF_IN_IPPROTO
26enum {
27  IPPROTO_IP = 0,
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29#define IPPROTO_IP IPPROTO_IP
30  IPPROTO_ICMP = 1,
31#define IPPROTO_ICMP IPPROTO_ICMP
32  IPPROTO_IGMP = 2,
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34#define IPPROTO_IGMP IPPROTO_IGMP
35  IPPROTO_IPIP = 4,
36#define IPPROTO_IPIP IPPROTO_IPIP
37  IPPROTO_TCP = 6,
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39#define IPPROTO_TCP IPPROTO_TCP
40  IPPROTO_EGP = 8,
41#define IPPROTO_EGP IPPROTO_EGP
42  IPPROTO_PUP = 12,
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44#define IPPROTO_PUP IPPROTO_PUP
45  IPPROTO_UDP = 17,
46#define IPPROTO_UDP IPPROTO_UDP
47  IPPROTO_IDP = 22,
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49#define IPPROTO_IDP IPPROTO_IDP
50  IPPROTO_TP = 29,
51#define IPPROTO_TP IPPROTO_TP
52  IPPROTO_DCCP = 33,
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54#define IPPROTO_DCCP IPPROTO_DCCP
55  IPPROTO_IPV6 = 41,
56#define IPPROTO_IPV6 IPPROTO_IPV6
57  IPPROTO_RSVP = 46,
58/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59#define IPPROTO_RSVP IPPROTO_RSVP
60  IPPROTO_GRE = 47,
61#define IPPROTO_GRE IPPROTO_GRE
62  IPPROTO_ESP = 50,
63/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
64#define IPPROTO_ESP IPPROTO_ESP
65  IPPROTO_AH = 51,
66#define IPPROTO_AH IPPROTO_AH
67  IPPROTO_MTP = 92,
68/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
69#define IPPROTO_MTP IPPROTO_MTP
70  IPPROTO_BEETPH = 94,
71#define IPPROTO_BEETPH IPPROTO_BEETPH
72  IPPROTO_ENCAP = 98,
73/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
74#define IPPROTO_ENCAP IPPROTO_ENCAP
75  IPPROTO_PIM = 103,
76#define IPPROTO_PIM IPPROTO_PIM
77  IPPROTO_COMP = 108,
78/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
79#define IPPROTO_COMP IPPROTO_COMP
80  IPPROTO_SCTP = 132,
81#define IPPROTO_SCTP IPPROTO_SCTP
82  IPPROTO_UDPLITE = 136,
83/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
84#define IPPROTO_UDPLITE IPPROTO_UDPLITE
85  IPPROTO_MPLS = 137,
86#define IPPROTO_MPLS IPPROTO_MPLS
87  IPPROTO_RAW = 255,
88/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
89#define IPPROTO_RAW IPPROTO_RAW
90  IPPROTO_MAX
91};
92#endif
93/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
94#if __UAPI_DEF_IN_ADDR
95struct in_addr {
96  __be32 s_addr;
97};
98/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
99#endif
100#define IP_TOS 1
101#define IP_TTL 2
102#define IP_HDRINCL 3
103/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
104#define IP_OPTIONS 4
105#define IP_ROUTER_ALERT 5
106#define IP_RECVOPTS 6
107#define IP_RETOPTS 7
108/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
109#define IP_PKTINFO 8
110#define IP_PKTOPTIONS 9
111#define IP_MTU_DISCOVER 10
112#define IP_RECVERR 11
113/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
114#define IP_RECVTTL 12
115#define IP_RECVTOS 13
116#define IP_MTU 14
117#define IP_FREEBIND 15
118/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
119#define IP_IPSEC_POLICY 16
120#define IP_XFRM_POLICY 17
121#define IP_PASSSEC 18
122#define IP_TRANSPARENT 19
123/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
124#define IP_RECVRETOPTS IP_RETOPTS
125#define IP_ORIGDSTADDR 20
126#define IP_RECVORIGDSTADDR IP_ORIGDSTADDR
127#define IP_MINTTL 21
128/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
129#define IP_NODEFRAG 22
130#define IP_CHECKSUM 23
131#define IP_BIND_ADDRESS_NO_PORT 24
132#define IP_PMTUDISC_DONT 0
133/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
134#define IP_PMTUDISC_WANT 1
135#define IP_PMTUDISC_DO 2
136#define IP_PMTUDISC_PROBE 3
137#define IP_PMTUDISC_INTERFACE 4
138/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
139#define IP_PMTUDISC_OMIT 5
140#define IP_MULTICAST_IF 32
141#define IP_MULTICAST_TTL 33
142#define IP_MULTICAST_LOOP 34
143/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
144#define IP_ADD_MEMBERSHIP 35
145#define IP_DROP_MEMBERSHIP 36
146#define IP_UNBLOCK_SOURCE 37
147#define IP_BLOCK_SOURCE 38
148/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
149#define IP_ADD_SOURCE_MEMBERSHIP 39
150#define IP_DROP_SOURCE_MEMBERSHIP 40
151#define IP_MSFILTER 41
152#define MCAST_JOIN_GROUP 42
153/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
154#define MCAST_BLOCK_SOURCE 43
155#define MCAST_UNBLOCK_SOURCE 44
156#define MCAST_LEAVE_GROUP 45
157#define MCAST_JOIN_SOURCE_GROUP 46
158/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
159#define MCAST_LEAVE_SOURCE_GROUP 47
160#define MCAST_MSFILTER 48
161#define IP_MULTICAST_ALL 49
162#define IP_UNICAST_IF 50
163/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
164#define MCAST_EXCLUDE 0
165#define MCAST_INCLUDE 1
166#define IP_DEFAULT_MULTICAST_TTL 1
167#define IP_DEFAULT_MULTICAST_LOOP 1
168/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
169#if __UAPI_DEF_IP_MREQ
170struct ip_mreq {
171  struct in_addr imr_multiaddr;
172  struct in_addr imr_interface;
173/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
174};
175struct ip_mreqn {
176  struct in_addr imr_multiaddr;
177  struct in_addr imr_address;
178/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
179  int imr_ifindex;
180};
181struct ip_mreq_source {
182  __be32 imr_multiaddr;
183/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
184  __be32 imr_interface;
185  __be32 imr_sourceaddr;
186};
187struct ip_msfilter {
188/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
189  __be32 imsf_multiaddr;
190  __be32 imsf_interface;
191  __u32 imsf_fmode;
192  __u32 imsf_numsrc;
193/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
194  __be32 imsf_slist[1];
195};
196#define IP_MSFILTER_SIZE(numsrc) (sizeof(struct ip_msfilter) - sizeof(__u32) + (numsrc) * sizeof(__u32))
197struct group_req {
198/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
199  __u32 gr_interface;
200  struct __kernel_sockaddr_storage gr_group;
201};
202struct group_source_req {
203/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
204  __u32 gsr_interface;
205  struct __kernel_sockaddr_storage gsr_group;
206  struct __kernel_sockaddr_storage gsr_source;
207};
208/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
209struct group_filter {
210  __u32 gf_interface;
211  struct __kernel_sockaddr_storage gf_group;
212  __u32 gf_fmode;
213/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
214  __u32 gf_numsrc;
215  struct __kernel_sockaddr_storage gf_slist[1];
216};
217#define GROUP_FILTER_SIZE(numsrc) (sizeof(struct group_filter) - sizeof(struct __kernel_sockaddr_storage) + (numsrc) * sizeof(struct __kernel_sockaddr_storage))
218/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
219#endif
220#if __UAPI_DEF_IN_PKTINFO
221struct in_pktinfo {
222  int ipi_ifindex;
223/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
224  struct in_addr ipi_spec_dst;
225  struct in_addr ipi_addr;
226};
227#endif
228/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
229#if __UAPI_DEF_SOCKADDR_IN
230#define __SOCK_SIZE__ 16
231struct sockaddr_in {
232  __kernel_sa_family_t sin_family;
233/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
234  __be16 sin_port;
235  struct in_addr sin_addr;
236  unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) - sizeof(unsigned short int) - sizeof(struct in_addr)];
237};
238/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
239#define sin_zero __pad
240#endif
241#if __UAPI_DEF_IN_CLASS
242#define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0)
243/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
244#define IN_CLASSA_NET 0xff000000
245#define IN_CLASSA_NSHIFT 24
246#define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
247#define IN_CLASSA_MAX 128
248/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
249#define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
250#define IN_CLASSB_NET 0xffff0000
251#define IN_CLASSB_NSHIFT 16
252#define IN_CLASSB_HOST (0xffffffff & ~IN_CLASSB_NET)
253/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
254#define IN_CLASSB_MAX 65536
255#define IN_CLASSC(a) ((((long int) (a)) & 0xe0000000) == 0xc0000000)
256#define IN_CLASSC_NET 0xffffff00
257#define IN_CLASSC_NSHIFT 8
258/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
259#define IN_CLASSC_HOST (0xffffffff & ~IN_CLASSC_NET)
260#define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000)
261#define IN_MULTICAST(a) IN_CLASSD(a)
262#define IN_MULTICAST_NET 0xF0000000
263/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
264#define IN_EXPERIMENTAL(a) ((((long int) (a)) & 0xf0000000) == 0xf0000000)
265#define IN_BADCLASS(a) IN_EXPERIMENTAL((a))
266#define INADDR_ANY ((unsigned long int) 0x00000000)
267#define INADDR_BROADCAST ((unsigned long int) 0xffffffff)
268/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
269#define INADDR_NONE ((unsigned long int) 0xffffffff)
270#define IN_LOOPBACKNET 127
271#define INADDR_LOOPBACK 0x7f000001
272#define IN_LOOPBACK(a) ((((long int) (a)) & 0xff000000) == 0x7f000000)
273/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
274#define INADDR_UNSPEC_GROUP 0xe0000000U
275#define INADDR_ALLHOSTS_GROUP 0xe0000001U
276#define INADDR_ALLRTRS_GROUP 0xe0000002U
277#define INADDR_MAX_LOCAL_GROUP 0xe00000ffU
278/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
279#endif
280#include <asm/byteorder.h>
281#endif
282