]>
git.saurik.com Git - apple/xnu.git/blob - tests/ioc_str.h
f1794bf61eb8a78bec3b891f9a3d15196bfea2be
2 * Copyright (c) 2020 Apple Inc. All rights reserved.
4 * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
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.
15 * Please obtain a copy of the License at
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
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.
26 * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
32 #include <sys/socket.h>
33 #include <sys/kern_event.h>
34 #include <sys/sockio.h>
38 #include <netinet/in.h>
40 #include <netinet6/in6_var.h>
41 #include <netinet6/nd6.h>
46 X(SIOCSIFDSTADDR_IN6) \
47 X(SIOCSIFNETMASK_IN6) \
48 X(SIOCGIFDSTADDR_IN6) \
49 X(SIOCGIFNETMASK_IN6) \
52 X(SIOCSIFPHYADDR_IN6) \
53 X(SIOCGIFPSRCADDR_IN6) \
54 X(SIOCGIFPDSTADDR_IN6) \
61 X(SIOCSPFXFLUSH_IN6) \
62 X(SIOCSRTRFLUSH_IN6) \
63 X(SIOCGIFALIFETIME_IN6) \
64 X(SIOCSIFALIFETIME_IN6) \
66 X(SIOCGIFSTAT_ICMP6) \
67 X(SIOCSDEFIFACE_IN6) \
68 X(SIOCGDEFIFACE_IN6) \
69 X(SIOCSIFINFO_FLAGS) \
73 X(SIOCSIFPREFIX_IN6) \
74 X(SIOCGIFPREFIX_IN6) \
75 X(SIOCDIFPREFIX_IN6) \
76 X(SIOCAIFPREFIX_IN6) \
77 X(SIOCCIFPREFIX_IN6) \
78 X(SIOCSGIFPREFIX_IN6) \
79 X(SIOCAADDRCTL_POLICY) \
80 X(SIOCDADDRCTL_POLICY) \
145 X(SIOCGIFWAKEFLAGS) \
146 X(SIOCGIFFUNCTIONALTYPE) \
154 #endif /* ioc_str_h */