Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/android-openjdk-build-multiarch
Path: blob/buildjre8/ios-missing-include/netinet6/in6.h
861 views
1
/*
2
* Copyright (c) 2008-2020 Apple Inc. All rights reserved.
3
*
4
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
5
*
6
* This file contains Original Code and/or Modifications of Original Code
7
* as defined in and that are subject to the Apple Public Source License
8
* Version 2.0 (the 'License'). You may not use this file except in
9
* compliance with the License. The rights granted to you under the License
10
* may not be used to create, or enable the creation or redistribution of,
11
* unlawful or unlicensed copies of an Apple operating system, or to
12
* circumvent, violate, or enable the circumvention or violation of, any
13
* terms of an Apple operating system software license agreement.
14
*
15
* Please obtain a copy of the License at
16
* http://www.opensource.apple.com/apsl/ and read it before using this file.
17
*
18
* The Original Code and all software distributed under the License are
19
* distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
20
* EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
21
* INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
22
* FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
23
* Please see the License for the specific language governing rights and
24
* limitations under the License.
25
*
26
* @APPLE_OSREFERENCE_LICENSE_HEADER_END@
27
*/
28
29
/*
30
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
31
* All rights reserved.
32
*
33
* Redistribution and use in source and binary forms, with or without
34
* modification, are permitted provided that the following conditions
35
* are met:
36
* 1. Redistributions of source code must retain the above copyright
37
* notice, this list of conditions and the following disclaimer.
38
* 2. Redistributions in binary form must reproduce the above copyright
39
* notice, this list of conditions and the following disclaimer in the
40
* documentation and/or other materials provided with the distribution.
41
* 3. Neither the name of the project nor the names of its contributors
42
* may be used to endorse or promote products derived from this software
43
* without specific prior written permission.
44
*
45
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
46
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
47
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
48
* ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
49
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
50
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
51
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
52
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
53
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
54
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
55
* SUCH DAMAGE.
56
*/
57
58
/*
59
* Copyright (c) 1982, 1986, 1990, 1993
60
* The Regents of the University of California. All rights reserved.
61
*
62
* Redistribution and use in source and binary forms, with or without
63
* modification, are permitted provided that the following conditions
64
* are met:
65
* 1. Redistributions of source code must retain the above copyright
66
* notice, this list of conditions and the following disclaimer.
67
* 2. Redistributions in binary form must reproduce the above copyright
68
* notice, this list of conditions and the following disclaimer in the
69
* documentation and/or other materials provided with the distribution.
70
* 3. All advertising materials mentioning features or use of this software
71
* must display the following acknowledgement:
72
* This product includes software developed by the University of
73
* California, Berkeley and its contributors.
74
* 4. Neither the name of the University nor the names of its contributors
75
* may be used to endorse or promote products derived from this software
76
* without specific prior written permission.
77
*
78
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
79
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
80
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
81
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
82
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
83
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
84
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
85
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
86
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
87
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
88
* SUCH DAMAGE.
89
*
90
* @(#)in.h 8.3 (Berkeley) 1/3/94
91
*/
92
93
#ifndef __KAME_NETINET_IN_H_INCLUDED_
94
#error "do not include netinet6/in6.h directly, include netinet/in.h. " \
95
" see RFC2553"
96
#endif
97
98
#ifndef _NETINET6_IN6_H_
99
#define _NETINET6_IN6_H_
100
#include <sys/appleapiopts.h>
101
102
#include <sys/_types.h>
103
#include <sys/_types/_sa_family_t.h>
104
105
/*
106
* Identification of the network protocol stack
107
* for *BSD-current/release: http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE
108
* has the table of implementation/integration differences.
109
*/
110
#define __KAME__
111
#define __KAME_VERSION "2009/apple-darwin"
112
113
#if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
114
/*
115
* Local port number conventions:
116
*
117
* Ports < IPPORT_RESERVED are reserved for privileged processes (e.g. root),
118
* unless a kernel is compiled with IPNOPRIVPORTS defined.
119
*
120
* When a user does a bind(2) or connect(2) with a port number of zero,
121
* a non-conflicting local port address is chosen.
122
*
123
* The default range is IPPORT_ANONMIN to IPPORT_ANONMAX, although
124
* that is settable by sysctl(3); net.inet.ip.anonportmin and
125
* net.inet.ip.anonportmax respectively.
126
*
127
* A user may set the IPPROTO_IP option IP_PORTRANGE to change this
128
* default assignment range.
129
*
130
* The value IP_PORTRANGE_DEFAULT causes the default behavior.
131
*
132
* The value IP_PORTRANGE_HIGH is the same as IP_PORTRANGE_DEFAULT,
133
* and exists only for FreeBSD compatibility purposes.
134
*
135
* The value IP_PORTRANGE_LOW changes the range to the "low" are
136
* that is (by convention) restricted to privileged processes.
137
* This convention is based on "vouchsafe" principles only.
138
* It is only secure if you trust the remote host to restrict these ports.
139
* The range is IPPORT_RESERVEDMIN to IPPORT_RESERVEDMAX.
140
*/
141
142
#define IPV6PORT_RESERVED 1024
143
#define IPV6PORT_ANONMIN 49152
144
#define IPV6PORT_ANONMAX 65535
145
#define IPV6PORT_RESERVEDMIN 600
146
#define IPV6PORT_RESERVEDMAX (IPV6PORT_RESERVED-1)
147
#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */
148
149
/*
150
* IPv6 address
151
*/
152
typedef struct in6_addr {
153
union {
154
__uint8_t __u6_addr8[16];
155
__uint16_t __u6_addr16[8];
156
__uint32_t __u6_addr32[4];
157
} __u6_addr; /* 128-bit IP6 address */
158
} in6_addr_t;
159
160
#define s6_addr __u6_addr.__u6_addr8
161
162
#define INET6_ADDRSTRLEN 46
163
164
/*
165
* Socket address for IPv6
166
*/
167
#if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
168
#define SIN6_LEN
169
#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */
170
struct sockaddr_in6 {
171
__uint8_t sin6_len; /* length of this struct(sa_family_t) */
172
sa_family_t sin6_family; /* AF_INET6 (sa_family_t) */
173
in_port_t sin6_port; /* Transport layer port # (in_port_t) */
174
__uint32_t sin6_flowinfo; /* IP6 flow information */
175
struct in6_addr sin6_addr; /* IP6 address */
176
__uint32_t sin6_scope_id; /* scope zone index */
177
};
178
179
180
181
182
183
/*
184
* Definition of some useful macros to handle IP6 addresses
185
*/
186
#define IN6ADDR_ANY_INIT \
187
{{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
188
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}}
189
#define IN6ADDR_LOOPBACK_INIT \
190
{{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
191
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
192
#if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
193
#define IN6ADDR_NODELOCAL_ALLNODES_INIT \
194
{{{ 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
195
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
196
#define IN6ADDR_INTFACELOCAL_ALLNODES_INIT \
197
{{{ 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
198
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
199
#define IN6ADDR_LINKLOCAL_ALLNODES_INIT \
200
{{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
201
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
202
#define IN6ADDR_LINKLOCAL_ALLROUTERS_INIT \
203
{{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
204
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02 }}}
205
#define IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT \
206
{{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
207
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16 }}}
208
#define IN6ADDR_V4MAPPED_INIT \
209
{{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
210
0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00 }}}
211
#define IN6ADDR_MULTICAST_PREFIX IN6MASK8
212
#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */
213
214
extern const struct in6_addr in6addr_any;
215
extern const struct in6_addr in6addr_loopback;
216
#if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
217
extern const struct in6_addr in6addr_nodelocal_allnodes;
218
extern const struct in6_addr in6addr_linklocal_allnodes;
219
extern const struct in6_addr in6addr_linklocal_allrouters;
220
extern const struct in6_addr in6addr_linklocal_allv2routers;
221
#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */
222
223
/*
224
* Equality
225
* NOTE: Some of kernel programming environment (for example, openbsd/sparc)
226
* does not supply memcmp(). For userland memcmp() is preferred as it is
227
* in ANSI standard.
228
*/
229
#if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
230
#define IN6_ARE_ADDR_EQUAL(a, b) \
231
(memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof (struct in6_addr)) \
232
== 0)
233
#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */
234
235
236
/*
237
* Unspecified
238
*/
239
#define IN6_IS_ADDR_UNSPECIFIED(a) \
240
((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
241
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \
242
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) && \
243
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[12]) == 0))
244
245
/*
246
* Loopback
247
*/
248
#define IN6_IS_ADDR_LOOPBACK(a) \
249
((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
250
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \
251
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) && \
252
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[12]) == ntohl(1)))
253
254
/*
255
* IPv4 compatible
256
*/
257
#define IN6_IS_ADDR_V4COMPAT(a) \
258
((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
259
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \
260
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) && \
261
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[12]) != 0) && \
262
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[12]) != ntohl(1)))
263
264
/*
265
* Mapped
266
*/
267
#define IN6_IS_ADDR_V4MAPPED(a) \
268
((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
269
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \
270
(*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == \
271
ntohl(0x0000ffff)))
272
273
/*
274
* 6to4
275
*/
276
#define IN6_IS_ADDR_6TO4(x) (ntohs((x)->s6_addr16[0]) == 0x2002)
277
278
/*
279
* KAME Scope Values
280
*/
281
282
#define __IPV6_ADDR_SCOPE_NODELOCAL 0x01
283
#define __IPV6_ADDR_SCOPE_INTFACELOCAL 0x01
284
#define __IPV6_ADDR_SCOPE_LINKLOCAL 0x02
285
#define __IPV6_ADDR_SCOPE_SITELOCAL 0x05
286
#define __IPV6_ADDR_SCOPE_ORGLOCAL 0x08 /* just used in this file */
287
#define __IPV6_ADDR_SCOPE_GLOBAL 0x0e
288
289
/*
290
* Unicast Scope
291
* Note that we must check topmost 10 bits only, not 16 bits (see RFC2373).
292
*/
293
#define IN6_IS_ADDR_LINKLOCAL(a) \
294
(((a)->s6_addr[0] == 0xfe) && (((a)->s6_addr[1] & 0xc0) == 0x80))
295
#define IN6_IS_ADDR_SITELOCAL(a) \
296
(((a)->s6_addr[0] == 0xfe) && (((a)->s6_addr[1] & 0xc0) == 0xc0))
297
298
/*
299
* Multicast
300
*/
301
#define IN6_IS_ADDR_MULTICAST(a) ((a)->s6_addr[0] == 0xff)
302
303
#define IPV6_ADDR_MC_FLAGS(a) ((a)->s6_addr[1] & 0xf0)
304
305
#define IPV6_ADDR_MC_FLAGS_TRANSIENT 0x10
306
#define IPV6_ADDR_MC_FLAGS_PREFIX 0x20
307
#define IPV6_ADDR_MC_FLAGS_UNICAST_BASED (IPV6_ADDR_MC_FLAGS_TRANSIENT | IPV6_ADDR_MC_FLAGS_PREFIX)
308
309
#define IN6_IS_ADDR_UNICAST_BASED_MULTICAST(a) \
310
(IN6_IS_ADDR_MULTICAST(a) && \
311
(IPV6_ADDR_MC_FLAGS(a) == IPV6_ADDR_MC_FLAGS_UNICAST_BASED))
312
313
/*
314
* Unique Local IPv6 Unicast Addresses (per RFC 4193)
315
*/
316
#define IN6_IS_ADDR_UNIQUE_LOCAL(a) \
317
(((a)->s6_addr[0] == 0xfc) || ((a)->s6_addr[0] == 0xfd))
318
319
#define __IPV6_ADDR_MC_SCOPE(a) ((a)->s6_addr[1] & 0x0f)
320
321
/*
322
* Multicast Scope
323
*/
324
#define IN6_IS_ADDR_MC_NODELOCAL(a) \
325
(IN6_IS_ADDR_MULTICAST(a) && \
326
(__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_NODELOCAL))
327
#define IN6_IS_ADDR_MC_LINKLOCAL(a) \
328
(IN6_IS_ADDR_MULTICAST(a) && \
329
(IPV6_ADDR_MC_FLAGS(a) != IPV6_ADDR_MC_FLAGS_UNICAST_BASED) && \
330
(__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_LINKLOCAL))
331
#define IN6_IS_ADDR_MC_SITELOCAL(a) \
332
(IN6_IS_ADDR_MULTICAST(a) && \
333
(__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_SITELOCAL))
334
#define IN6_IS_ADDR_MC_ORGLOCAL(a) \
335
(IN6_IS_ADDR_MULTICAST(a) && \
336
(__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_ORGLOCAL))
337
#define IN6_IS_ADDR_MC_GLOBAL(a) \
338
(IN6_IS_ADDR_MULTICAST(a) && \
339
(__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_GLOBAL))
340
341
342
343
344
/*
345
* Options for use with [gs]etsockopt at the IPV6 level.
346
* First word of comment is data type; bool is stored in int.
347
*/
348
/* no hdrincl */
349
#if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
350
/*
351
* RFC 3542 define the following socket options in a manner incompatible
352
* with RFC 2292:
353
* IPV6_PKTINFO
354
* IPV6_HOPLIMIT
355
* IPV6_NEXTHOP
356
* IPV6_HOPOPTS
357
* IPV6_DSTOPTS
358
* IPV6_RTHDR
359
*
360
* To use the new IPv6 Sockets options introduced by RFC 3542
361
* the constant __APPLE_USE_RFC_3542 must be defined before
362
* including <netinet/in.h>
363
*
364
* To use the old IPv6 Sockets options from RFC 2292
365
* the constant __APPLE_USE_RFC_2292 must be defined before
366
* including <netinet/in.h>
367
*
368
* Note that eventually RFC 3542 is going to be the
369
* default and RFC 2292 will be obsolete.
370
*/
371
372
#if defined(__APPLE_USE_RFC_3542) && defined(__APPLE_USE_RFC_2292)
373
#error "__APPLE_USE_RFC_3542 and __APPLE_USE_RFC_2292 cannot be both defined"
374
#endif
375
376
#if 0 /* the followings are relic in IPv4 and hence are disabled */
377
#define IPV6_OPTIONS 1 /* buf/ip6_opts; set/get IP6 options */
378
#define IPV6_RECVOPTS 5 /* bool; receive all IP6 opts w/dgram */
379
#define IPV6_RECVRETOPTS 6 /* bool; receive IP6 opts for response */
380
#define IPV6_RECVDSTADDR 7 /* bool; receive IP6 dst addr w/dgram */
381
#define IPV6_RETOPTS 8 /* ip6_opts; set/get IP6 options */
382
#endif /* 0 */
383
#define IPV6_SOCKOPT_RESERVED1 3 /* reserved for future use */
384
#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */
385
#define IPV6_UNICAST_HOPS 4 /* int; IP6 hops */
386
#define IPV6_MULTICAST_IF 9 /* u_int; set/get IP6 multicast i/f */
387
#define IPV6_MULTICAST_HOPS 10 /* int; set/get IP6 multicast hops */
388
#define IPV6_MULTICAST_LOOP 11 /* u_int; set/get IP6 mcast loopback */
389
#define IPV6_JOIN_GROUP 12 /* ip6_mreq; join a group membership */
390
#define IPV6_LEAVE_GROUP 13 /* ip6_mreq; leave a group membership */
391
392
#if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
393
#define IPV6_PORTRANGE 14 /* int; range to choose for unspec port */
394
#define ICMP6_FILTER 18 /* icmp6_filter; icmp6 filter */
395
#define IPV6_2292PKTINFO 19 /* bool; send/recv if, src/dst addr */
396
#define IPV6_2292HOPLIMIT 20 /* bool; hop limit */
397
#define IPV6_2292NEXTHOP 21 /* bool; next hop addr */
398
#define IPV6_2292HOPOPTS 22 /* bool; hop-by-hop option */
399
#define IPV6_2292DSTOPTS 23 /* bool; destinaion option */
400
#define IPV6_2292RTHDR 24 /* ip6_rthdr: routing header */
401
402
/* buf/cmsghdr; set/get IPv6 options [obsoleted by RFC3542] */
403
#define IPV6_2292PKTOPTIONS 25
404
405
#ifdef __APPLE_USE_RFC_2292
406
#define IPV6_PKTINFO IPV6_2292PKTINFO
407
#define IPV6_HOPLIMIT IPV6_2292HOPLIMIT
408
#define IPV6_NEXTHOP IPV6_2292NEXTHOP
409
#define IPV6_HOPOPTS IPV6_2292HOPOPTS
410
#define IPV6_DSTOPTS IPV6_2292DSTOPTS
411
#define IPV6_RTHDR IPV6_2292RTHDR
412
#define IPV6_PKTOPTIONS IPV6_2292PKTOPTIONS
413
#endif /* __APPLE_USE_RFC_2292 */
414
415
#define IPV6_CHECKSUM 26 /* int; checksum offset for raw socket */
416
#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */
417
#define IPV6_V6ONLY 27 /* bool; only bind INET6 at wildcard bind */
418
#if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
419
#define IPV6_BINDV6ONLY IPV6_V6ONLY
420
421
422
#if 1 /* IPSEC */
423
#define IPV6_IPSEC_POLICY 28 /* struct; get/set security policy */
424
#endif /* 1 */
425
#define IPV6_FAITH 29 /* deprecated */
426
427
#if 1 /* IPV6FIREWALL */
428
#define IPV6_FW_ADD 30 /* add a firewall rule to chain */
429
#define IPV6_FW_DEL 31 /* delete a firewall rule from chain */
430
#define IPV6_FW_FLUSH 32 /* flush firewall rule chain */
431
#define IPV6_FW_ZERO 33 /* clear single/all firewall counter(s) */
432
#define IPV6_FW_GET 34 /* get entire firewall rule chain */
433
#endif /* 1 */
434
435
/*
436
* APPLE: NOTE the value of those 2 options is kept unchanged from
437
* previous version of darwin/OS X for binary compatibility reasons
438
* and differ from FreeBSD (values 57 and 61). See below.
439
*/
440
#define IPV6_RECVTCLASS 35 /* bool; recv traffic class values */
441
#define IPV6_TCLASS 36 /* int; send traffic class value */
442
443
#ifdef __APPLE_USE_RFC_3542
444
/* new socket options introduced in RFC3542 */
445
/*
446
* ip6_dest; send dst option before rthdr
447
* APPLE: Value purposely different than FreeBSD (35) to avoid
448
* collision with definition of IPV6_RECVTCLASS in previous
449
* darwin implementations
450
*/
451
#define IPV6_RTHDRDSTOPTS 57
452
453
/*
454
* bool; recv if, dst addr
455
* APPLE: Value purposely different than FreeBSD(36) to avoid
456
* collision with definition of IPV6_TCLASS in previous
457
* darwin implementations
458
*/
459
#define IPV6_RECVPKTINFO 61
460
461
#define IPV6_RECVHOPLIMIT 37 /* bool; recv hop limit */
462
#define IPV6_RECVRTHDR 38 /* bool; recv routing header */
463
#define IPV6_RECVHOPOPTS 39 /* bool; recv hop-by-hop option */
464
#define IPV6_RECVDSTOPTS 40 /* bool; recv dst option after rthdr */
465
466
#define IPV6_USE_MIN_MTU 42 /* bool; send packets at the minimum MTU */
467
#define IPV6_RECVPATHMTU 43 /* bool; notify an according MTU */
468
469
/*
470
* mtuinfo; get the current path MTU (sopt), 4 bytes int;
471
* MTU notification (cmsg)
472
*/
473
#define IPV6_PATHMTU 44
474
475
#if 0 /* obsoleted during 2292bis -> 3542 */
476
/* no data; ND reachability confirm (cmsg only/not in of RFC3542) */
477
#define IPV6_REACHCONF 45
478
#endif
479
/* more new socket options introduced in RFC3542 */
480
#define IPV6_3542PKTINFO 46 /* in6_pktinfo; send if, src addr */
481
#define IPV6_3542HOPLIMIT 47 /* int; send hop limit */
482
#define IPV6_3542NEXTHOP 48 /* sockaddr; next hop addr */
483
#define IPV6_3542HOPOPTS 49 /* ip6_hbh; send hop-by-hop option */
484
#define IPV6_3542DSTOPTS 50 /* ip6_dest; send dst option befor rthdr */
485
#define IPV6_3542RTHDR 51 /* ip6_rthdr; send routing header */
486
487
#define IPV6_PKTINFO IPV6_3542PKTINFO
488
#define IPV6_HOPLIMIT IPV6_3542HOPLIMIT
489
#define IPV6_NEXTHOP IPV6_3542NEXTHOP
490
#define IPV6_HOPOPTS IPV6_3542HOPOPTS
491
#define IPV6_DSTOPTS IPV6_3542DSTOPTS
492
#define IPV6_RTHDR IPV6_3542RTHDR
493
494
#define IPV6_AUTOFLOWLABEL 59 /* bool; attach flowlabel automagically */
495
496
#define IPV6_DONTFRAG 62 /* bool; disable IPv6 fragmentation */
497
498
/* int; prefer temporary addresses as the source address. */
499
#define IPV6_PREFER_TEMPADDR 63
500
501
/*
502
* The following option is private; do not use it from user applications.
503
* It is deliberately defined to the same value as IP_MSFILTER.
504
*/
505
#define IPV6_MSFILTER 74 /* struct __msfilterreq; */
506
#endif /* __APPLE_USE_RFC_3542 */
507
508
#define IPV6_BOUND_IF 125 /* int; set/get bound interface */
509
510
511
/* to define items, should talk with KAME guys first, for *BSD compatibility */
512
513
#define IPV6_RTHDR_LOOSE 0 /* this hop need not be a neighbor. */
514
#define IPV6_RTHDR_STRICT 1 /* this hop must be a neighbor. */
515
#define IPV6_RTHDR_TYPE_0 0 /* IPv6 routing header type 0 */
516
517
/*
518
* Defaults and limits for options
519
*/
520
#define IPV6_DEFAULT_MULTICAST_HOPS 1 /* normally limit m'casts to 1 hop */
521
#define IPV6_DEFAULT_MULTICAST_LOOP 1 /* normally hear sends if a member */
522
523
/*
524
* The im6o_membership vector for each socket is now dynamically allocated at
525
* run-time, bounded by USHRT_MAX, and is reallocated when needed, sized
526
* according to a power-of-two increment.
527
*/
528
#define IPV6_MIN_MEMBERSHIPS 31
529
#define IPV6_MAX_MEMBERSHIPS 4095
530
531
/*
532
* Default resource limits for IPv6 multicast source filtering.
533
* These may be modified by sysctl.
534
*/
535
#define IPV6_MAX_GROUP_SRC_FILTER 512 /* sources per group */
536
#define IPV6_MAX_SOCK_SRC_FILTER 128 /* sources per socket/group */
537
538
/*
539
* Argument structure for IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.
540
*/
541
struct ipv6_mreq {
542
struct in6_addr ipv6mr_multiaddr;
543
unsigned int ipv6mr_interface;
544
};
545
546
/*
547
* IPV6_2292PKTINFO: Packet information(RFC2292 sec 5)
548
*/
549
struct in6_pktinfo {
550
struct in6_addr ipi6_addr; /* src/dst IPv6 address */
551
unsigned int ipi6_ifindex; /* send/recv interface index */
552
};
553
554
/*
555
* Control structure for IPV6_RECVPATHMTU socket option.
556
*/
557
struct ip6_mtuinfo {
558
struct sockaddr_in6 ip6m_addr; /* or sockaddr_storage? */
559
uint32_t ip6m_mtu;
560
};
561
562
/*
563
* Argument for IPV6_PORTRANGE:
564
* - which range to search when port is unspecified at bind() or connect()
565
*/
566
#define IPV6_PORTRANGE_DEFAULT 0 /* default range */
567
#define IPV6_PORTRANGE_HIGH 1 /* "high" - request firewall bypass */
568
#define IPV6_PORTRANGE_LOW 2 /* "low" - vouchsafe security */
569
570
/*
571
* Definitions for inet6 sysctl operations.
572
*
573
* Third level is protocol number.
574
* Fourth level is desired variable within that protocol.
575
*/
576
#define IPV6PROTO_MAXID (IPPROTO_PIM + 1) /* don't list to IPV6PROTO_MAX */
577
578
/*
579
* Names for IP sysctl objects
580
*/
581
#define IPV6CTL_FORWARDING 1 /* act as router */
582
#define IPV6CTL_SENDREDIRECTS 2 /* may send redirects when forwarding */
583
#define IPV6CTL_DEFHLIM 3 /* default Hop-Limit */
584
#ifdef notyet
585
#define IPV6CTL_DEFMTU 4 /* default MTU */
586
#endif
587
#define IPV6CTL_FORWSRCRT 5 /* forward source-routed dgrams */
588
#define IPV6CTL_STATS 6 /* stats */
589
#define IPV6CTL_MRTSTATS 7 /* multicast forwarding stats */
590
#define IPV6CTL_MRTPROTO 8 /* multicast routing protocol */
591
#define IPV6CTL_MAXFRAGPACKETS 9 /* max packets reassembly queue */
592
#define IPV6CTL_SOURCECHECK 10 /* verify source route and intf */
593
#define IPV6CTL_SOURCECHECK_LOGINT 11 /* minimume logging interval */
594
#define IPV6CTL_ACCEPT_RTADV 12
595
#define IPV6CTL_KEEPFAITH 13 /* deprecated */
596
#define IPV6CTL_LOG_INTERVAL 14
597
#define IPV6CTL_HDRNESTLIMIT 15
598
#define IPV6CTL_DAD_COUNT 16
599
#define IPV6CTL_AUTO_FLOWLABEL 17
600
#define IPV6CTL_DEFMCASTHLIM 18
601
#define IPV6CTL_GIF_HLIM 19 /* default HLIM for gif encap packet */
602
#define IPV6CTL_KAME_VERSION 20
603
#define IPV6CTL_USE_DEPRECATED 21 /* use deprec addr (RFC2462 5.5.4) */
604
#define IPV6CTL_RR_PRUNE 22 /* walk timer for router renumbering */
605
#if 0 /* obsolete */
606
#define IPV6CTL_MAPPED_ADDR 23
607
#endif
608
#define IPV6CTL_V6ONLY 24
609
#define IPV6CTL_RTEXPIRE 25 /* cloned route expiration time */
610
#define IPV6CTL_RTMINEXPIRE 26 /* min value for expiration time */
611
#define IPV6CTL_RTMAXCACHE 27 /* trigger level for dynamic expire */
612
613
#define IPV6CTL_USETEMPADDR 32 /* use temporary addresses [RFC 4941] */
614
#define IPV6CTL_TEMPPLTIME 33 /* preferred lifetime for tmpaddrs */
615
#define IPV6CTL_TEMPVLTIME 34 /* valid lifetime for tmpaddrs */
616
#define IPV6CTL_AUTO_LINKLOCAL 35 /* automatic link-local addr assign */
617
#define IPV6CTL_RIP6STATS 36 /* raw_ip6 stats */
618
#define IPV6CTL_PREFER_TEMPADDR 37 /* prefer temporary addr as src */
619
#define IPV6CTL_ADDRCTLPOLICY 38 /* get/set address selection policy */
620
#define IPV6CTL_USE_DEFAULTZONE 39 /* use default scope zone */
621
622
#define IPV6CTL_MAXFRAGS 41 /* max fragments */
623
#define IPV6CTL_MCAST_PMTU 44 /* enable pMTU discovery for mcast? */
624
625
#define IPV6CTL_NEIGHBORGCTHRESH 46
626
#define IPV6CTL_MAXIFPREFIXES 47
627
#define IPV6CTL_MAXIFDEFROUTERS 48
628
#define IPV6CTL_MAXDYNROUTES 49
629
#define ICMPV6CTL_ND6_ONLINKNSRFC4861 50
630
631
/* New entries should be added here from current IPV6CTL_MAXID value. */
632
/* to define items, should talk with KAME guys first, for *BSD compatibility */
633
#define IPV6CTL_MAXID 51
634
635
636
637
638
639
__BEGIN_DECLS
640
struct cmsghdr;
641
642
extern int inet6_option_space(int);
643
extern int inet6_option_init(void *, struct cmsghdr **, int);
644
extern int inet6_option_append(struct cmsghdr *, const __uint8_t *, int, int);
645
extern __uint8_t *inet6_option_alloc(struct cmsghdr *, int, int, int);
646
extern int inet6_option_next(const struct cmsghdr *, __uint8_t **);
647
extern int inet6_option_find(const struct cmsghdr *, __uint8_t **, int);
648
649
extern size_t inet6_rthdr_space(int, int);
650
extern struct cmsghdr *inet6_rthdr_init(void *, int);
651
extern int inet6_rthdr_add(struct cmsghdr *, const struct in6_addr *,
652
unsigned int);
653
extern int inet6_rthdr_lasthop(struct cmsghdr *, unsigned int);
654
#if 0 /* not implemented yet */
655
extern int inet6_rthdr_reverse(const struct cmsghdr *, struct cmsghdr *);
656
#endif
657
extern int inet6_rthdr_segments(const struct cmsghdr *);
658
extern struct in6_addr *inet6_rthdr_getaddr(struct cmsghdr *, int);
659
extern int inet6_rthdr_getflags(const struct cmsghdr *, int);
660
661
extern int inet6_opt_init(void *, socklen_t);
662
extern int inet6_opt_append(void *, socklen_t, int, __uint8_t, socklen_t,
663
__uint8_t, void **);
664
extern int inet6_opt_finish(void *, socklen_t, int);
665
extern int inet6_opt_set_val(void *, int, void *, socklen_t);
666
667
extern int inet6_opt_next(void *, socklen_t, int, __uint8_t *, socklen_t *,
668
void **);
669
extern int inet6_opt_find(void *, socklen_t, int, __uint8_t, socklen_t *,
670
void **);
671
extern int inet6_opt_get_val(void *, int, void *, socklen_t);
672
extern socklen_t inet6_rth_space(int, int);
673
extern void *inet6_rth_init(void *, socklen_t, int, int);
674
extern int inet6_rth_add(void *, const struct in6_addr *);
675
extern int inet6_rth_reverse(const void *, void *);
676
extern int inet6_rth_segments(const void *);
677
extern struct in6_addr *inet6_rth_getaddr(const void *, int);
678
679
__END_DECLS
680
#endif /* PLATFORM_DriverKit */
681
#endif /* !_NETINET6_IN6_H_ */
682
683