]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/missing.h
Merge pull request #2887 from martinpitt/master
[thirdparty/systemd.git] / src / basic / missing.h
CommitLineData
c2f1db8f 1#pragma once
b9f880f4 2
15ae422b
LP
3/***
4 This file is part of systemd.
5
6 Copyright 2010 Lennart Poettering
7
8 systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
15ae422b
LP
11 (at your option) any later version.
12
13 systemd is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
5430f7f2 16 Lesser General Public License for more details.
15ae422b 17
5430f7f2 18 You should have received a copy of the GNU Lesser General Public License
15ae422b
LP
19 along with systemd; If not, see <http://www.gnu.org/licenses/>.
20***/
21
b9f880f4
LP
22/* Missing glibc definitions to access certain kernel APIs */
23
3b794314 24#include <errno.h>
8ae4b6d1 25#include <fcntl.h>
875c2e22 26#include <linux/audit.h>
2822da4f 27#include <linux/capability.h>
8ae4b6d1
TG
28#include <linux/if_link.h>
29#include <linux/input.h>
30#include <linux/loop.h>
cf1755ba 31#include <linux/neighbour.h>
8ae4b6d1
TG
32#include <linux/oom.h>
33#include <linux/rtnetlink.h>
43a6a52e 34#include <net/ethernet.h>
8ae4b6d1
TG
35#include <stdlib.h>
36#include <sys/resource.h>
37#include <sys/syscall.h>
c932fb71 38#include <uchar.h>
8ae4b6d1 39#include <unistd.h>
dd6c17b1
LP
40
41#ifdef HAVE_AUDIT
42#include <libaudit.h>
43#endif
b9f880f4 44
d59d0a2b 45#ifdef ARCH_MIPS
46#include <asm/sgidefs.h>
47#endif
48
700c6087
LP
49#ifdef HAVE_LINUX_BTRFS_H
50#include <linux/btrfs.h>
51#endif
52
a60e9f7f
LP
53#include "macro.h"
54
b9f880f4
LP
55#ifndef RLIMIT_RTTIME
56#define RLIMIT_RTTIME 15
57#endif
58
517d56b1
LP
59/* If RLIMIT_RTTIME is not defined, then we cannot use RLIMIT_NLIMITS as is */
60#define _RLIMIT_MAX (RLIMIT_RTTIME+1 > RLIMIT_NLIMITS ? RLIMIT_RTTIME+1 : RLIMIT_NLIMITS)
61
4fd5948e
LP
62#ifndef F_LINUX_SPECIFIC_BASE
63#define F_LINUX_SPECIFIC_BASE 1024
64#endif
65
66#ifndef F_SETPIPE_SZ
67#define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7)
68#endif
69
70#ifndef F_GETPIPE_SZ
71#define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8)
72#endif
73
a6082d77
DM
74#ifndef F_ADD_SEALS
75#define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9)
a6082d77 76#define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10)
a6082d77 77
a6082d77 78#define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */
a6082d77 79#define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */
a6082d77 80#define F_SEAL_GROW 0x0004 /* prevent file from growing */
a6082d77
DM
81#define F_SEAL_WRITE 0x0008 /* prevent writes */
82#endif
83
f4a53250
MM
84#ifndef F_OFD_GETLK
85#define F_OFD_GETLK 36
86#define F_OFD_SETLK 37
87#define F_OFD_SETLKW 38
88#endif
89
a6082d77 90#ifndef MFD_ALLOW_SEALING
45071fca
LP
91#define MFD_ALLOW_SEALING 0x0002U
92#endif
93
94#ifndef MFD_CLOEXEC
95#define MFD_CLOEXEC 0x0001U
a6082d77
DM
96#endif
97
16c42ce1
KS
98#ifndef IP_FREEBIND
99#define IP_FREEBIND 15
100#endif
101
dd6c17b1
LP
102#ifndef OOM_SCORE_ADJ_MIN
103#define OOM_SCORE_ADJ_MIN (-1000)
104#endif
105
106#ifndef OOM_SCORE_ADJ_MAX
107#define OOM_SCORE_ADJ_MAX 1000
108#endif
15ae422b 109
4927fcae 110#ifndef AUDIT_SERVICE_START
dd6c17b1 111#define AUDIT_SERVICE_START 1130 /* Service (daemon) start */
4927fcae
LP
112#endif
113
114#ifndef AUDIT_SERVICE_STOP
dd6c17b1 115#define AUDIT_SERVICE_STOP 1131 /* Service (daemon) stop */
4927fcae
LP
116#endif
117
6ea832a2
LP
118#ifndef TIOCVHANGUP
119#define TIOCVHANGUP 0x5437
120#endif
121
b90865ba
KS
122#ifndef IP_TRANSPARENT
123#define IP_TRANSPARENT 19
124#endif
125
66269b05
TG
126#ifndef SOL_NETLINK
127#define SOL_NETLINK 270
128#endif
129
9c5a882b
TG
130#ifndef NETLINK_LIST_MEMBERSHIPS
131#define NETLINK_LIST_MEMBERSHIPS 9
132#endif
133
62bc4efc
SS
134#ifndef SOL_SCTP
135#define SOL_SCTP 132
136#endif
137
97768fc5
LP
138#ifndef GRND_NONBLOCK
139#define GRND_NONBLOCK 0x0001
140#endif
141
142#ifndef GRND_RANDOM
143#define GRND_RANDOM 0x0002
144#endif
145
4b357e15
MM
146#ifndef BTRFS_IOCTL_MAGIC
147#define BTRFS_IOCTL_MAGIC 0x94
148#endif
149
150#ifndef BTRFS_PATH_NAME_MAX
151#define BTRFS_PATH_NAME_MAX 4087
152#endif
153
154#ifndef BTRFS_DEVICE_PATH_NAME_MAX
155#define BTRFS_DEVICE_PATH_NAME_MAX 1024
156#endif
157
158#ifndef BTRFS_FSID_SIZE
159#define BTRFS_FSID_SIZE 16
160#endif
161
162#ifndef BTRFS_UUID_SIZE
163#define BTRFS_UUID_SIZE 16
164#endif
165
8e8ba792
MO
166#ifndef BTRFS_SUBVOL_RDONLY
167#define BTRFS_SUBVOL_RDONLY (1ULL << 1)
168#endif
169
170#ifndef BTRFS_SUBVOL_NAME_MAX
171#define BTRFS_SUBVOL_NAME_MAX 4039
172#endif
173
174#ifndef BTRFS_INO_LOOKUP_PATH_MAX
175#define BTRFS_INO_LOOKUP_PATH_MAX 4080
176#endif
177
178#ifndef BTRFS_SEARCH_ARGS_BUFSIZE
179#define BTRFS_SEARCH_ARGS_BUFSIZE (4096 - sizeof(struct btrfs_ioctl_search_key))
180#endif
181
3f952f92
LP
182#ifndef BTRFS_QGROUP_LEVEL_SHIFT
183#define BTRFS_QGROUP_LEVEL_SHIFT 48
184#endif
185
4b357e15
MM
186#ifndef HAVE_LINUX_BTRFS_H
187struct btrfs_ioctl_vol_args {
188 int64_t fd;
189 char name[BTRFS_PATH_NAME_MAX + 1];
190};
191
8e8ba792
MO
192struct btrfs_qgroup_limit {
193 __u64 flags;
194 __u64 max_rfer;
195 __u64 max_excl;
196 __u64 rsv_rfer;
197 __u64 rsv_excl;
198};
199
200struct btrfs_qgroup_inherit {
201 __u64 flags;
202 __u64 num_qgroups;
203 __u64 num_ref_copies;
204 __u64 num_excl_copies;
205 struct btrfs_qgroup_limit lim;
206 __u64 qgroups[0];
207};
208
d97fb408
MO
209struct btrfs_ioctl_qgroup_limit_args {
210 __u64 qgroupid;
211 struct btrfs_qgroup_limit lim;
212};
213
8e8ba792
MO
214struct btrfs_ioctl_vol_args_v2 {
215 __s64 fd;
216 __u64 transid;
217 __u64 flags;
218 union {
219 struct {
220 __u64 size;
221 struct btrfs_qgroup_inherit *qgroup_inherit;
222 };
223 __u64 unused[4];
224 };
225 char name[BTRFS_SUBVOL_NAME_MAX + 1];
226};
227
4b357e15
MM
228struct btrfs_ioctl_dev_info_args {
229 uint64_t devid; /* in/out */
230 uint8_t uuid[BTRFS_UUID_SIZE]; /* in/out */
231 uint64_t bytes_used; /* out */
232 uint64_t total_bytes; /* out */
233 uint64_t unused[379]; /* pad to 4k */
234 char path[BTRFS_DEVICE_PATH_NAME_MAX]; /* out */
235};
236
237struct btrfs_ioctl_fs_info_args {
238 uint64_t max_id; /* out */
239 uint64_t num_devices; /* out */
240 uint8_t fsid[BTRFS_FSID_SIZE]; /* out */
241 uint64_t reserved[124]; /* pad to 1k */
242};
8e8ba792
MO
243
244struct btrfs_ioctl_ino_lookup_args {
245 __u64 treeid;
246 __u64 objectid;
247 char name[BTRFS_INO_LOOKUP_PATH_MAX];
248};
249
250struct btrfs_ioctl_search_key {
251 /* which root are we searching. 0 is the tree of tree roots */
252 __u64 tree_id;
253
254 /* keys returned will be >= min and <= max */
255 __u64 min_objectid;
256 __u64 max_objectid;
257
258 /* keys returned will be >= min and <= max */
259 __u64 min_offset;
260 __u64 max_offset;
261
262 /* max and min transids to search for */
263 __u64 min_transid;
264 __u64 max_transid;
265
266 /* keys returned will be >= min and <= max */
267 __u32 min_type;
268 __u32 max_type;
269
270 /*
271 * how many items did userland ask for, and how many are we
272 * returning
273 */
274 __u32 nr_items;
275
276 /* align to 64 bits */
277 __u32 unused;
278
279 /* some extra for later */
280 __u64 unused1;
281 __u64 unused2;
282 __u64 unused3;
283 __u64 unused4;
284};
285
286struct btrfs_ioctl_search_header {
287 __u64 transid;
288 __u64 objectid;
289 __u64 offset;
290 __u32 type;
291 __u32 len;
292};
293
294
295struct btrfs_ioctl_search_args {
296 struct btrfs_ioctl_search_key key;
297 char buf[BTRFS_SEARCH_ARGS_BUFSIZE];
298};
299
300struct btrfs_ioctl_clone_range_args {
301 __s64 src_fd;
302 __u64 src_offset, src_length;
303 __u64 dest_offset;
304};
d97fb408
MO
305
306#define BTRFS_QUOTA_CTL_ENABLE 1
307#define BTRFS_QUOTA_CTL_DISABLE 2
308#define BTRFS_QUOTA_CTL_RESCAN__NOTUSED 3
309struct btrfs_ioctl_quota_ctl_args {
310 __u64 cmd;
311 __u64 status;
312};
4b357e15
MM
313#endif
314
315#ifndef BTRFS_IOC_DEFRAG
7bed7f0e
ZJS
316#define BTRFS_IOC_DEFRAG _IOW(BTRFS_IOCTL_MAGIC, 2, \
317 struct btrfs_ioctl_vol_args)
4b357e15
MM
318#endif
319
d97fb408
MO
320#ifndef BTRFS_IOC_RESIZE
321#define BTRFS_IOC_RESIZE _IOW(BTRFS_IOCTL_MAGIC, 3, \
322 struct btrfs_ioctl_vol_args)
323#endif
324
8e8ba792
MO
325#ifndef BTRFS_IOC_CLONE
326#define BTRFS_IOC_CLONE _IOW(BTRFS_IOCTL_MAGIC, 9, int)
327#endif
328
329#ifndef BTRFS_IOC_CLONE_RANGE
330#define BTRFS_IOC_CLONE_RANGE _IOW(BTRFS_IOCTL_MAGIC, 13, \
331 struct btrfs_ioctl_clone_range_args)
332#endif
333
334#ifndef BTRFS_IOC_SUBVOL_CREATE
335#define BTRFS_IOC_SUBVOL_CREATE _IOW(BTRFS_IOCTL_MAGIC, 14, \
336 struct btrfs_ioctl_vol_args)
337#endif
338
339#ifndef BTRFS_IOC_SNAP_DESTROY
340#define BTRFS_IOC_SNAP_DESTROY _IOW(BTRFS_IOCTL_MAGIC, 15, \
341 struct btrfs_ioctl_vol_args)
342#endif
343
344#ifndef BTRFS_IOC_TREE_SEARCH
345#define BTRFS_IOC_TREE_SEARCH _IOWR(BTRFS_IOCTL_MAGIC, 17, \
346 struct btrfs_ioctl_search_args)
347#endif
348
349#ifndef BTRFS_IOC_INO_LOOKUP
350#define BTRFS_IOC_INO_LOOKUP _IOWR(BTRFS_IOCTL_MAGIC, 18, \
351 struct btrfs_ioctl_ino_lookup_args)
352#endif
353
354#ifndef BTRFS_IOC_SNAP_CREATE_V2
355#define BTRFS_IOC_SNAP_CREATE_V2 _IOW(BTRFS_IOCTL_MAGIC, 23, \
356 struct btrfs_ioctl_vol_args_v2)
357#endif
358
359#ifndef BTRFS_IOC_SUBVOL_GETFLAGS
360#define BTRFS_IOC_SUBVOL_GETFLAGS _IOR(BTRFS_IOCTL_MAGIC, 25, __u64)
361#endif
362
363#ifndef BTRFS_IOC_SUBVOL_SETFLAGS
364#define BTRFS_IOC_SUBVOL_SETFLAGS _IOW(BTRFS_IOCTL_MAGIC, 26, __u64)
365#endif
366
4b357e15
MM
367#ifndef BTRFS_IOC_DEV_INFO
368#define BTRFS_IOC_DEV_INFO _IOWR(BTRFS_IOCTL_MAGIC, 30, \
369 struct btrfs_ioctl_dev_info_args)
370#endif
371
372#ifndef BTRFS_IOC_FS_INFO
373#define BTRFS_IOC_FS_INFO _IOR(BTRFS_IOCTL_MAGIC, 31, \
7bed7f0e
ZJS
374 struct btrfs_ioctl_fs_info_args)
375#endif
376
377#ifndef BTRFS_IOC_DEVICES_READY
378#define BTRFS_IOC_DEVICES_READY _IOR(BTRFS_IOCTL_MAGIC, 39, \
379 struct btrfs_ioctl_vol_args)
4b357e15
MM
380#endif
381
d97fb408
MO
382#ifndef BTRFS_IOC_QUOTA_CTL
383#define BTRFS_IOC_QUOTA_CTL _IOWR(BTRFS_IOCTL_MAGIC, 40, \
384 struct btrfs_ioctl_quota_ctl_args)
385#endif
386
387#ifndef BTRFS_IOC_QGROUP_LIMIT
388#define BTRFS_IOC_QGROUP_LIMIT _IOR(BTRFS_IOCTL_MAGIC, 43, \
389 struct btrfs_ioctl_qgroup_limit_args)
390#endif
391
10f9c755
LP
392#ifndef BTRFS_FIRST_FREE_OBJECTID
393#define BTRFS_FIRST_FREE_OBJECTID 256
394#endif
395
d9e2daaf
LP
396#ifndef BTRFS_LAST_FREE_OBJECTID
397#define BTRFS_LAST_FREE_OBJECTID -256ULL
398#endif
399
b6b18498
LP
400#ifndef BTRFS_ROOT_TREE_OBJECTID
401#define BTRFS_ROOT_TREE_OBJECTID 1
402#endif
403
404#ifndef BTRFS_QUOTA_TREE_OBJECTID
405#define BTRFS_QUOTA_TREE_OBJECTID 8ULL
406#endif
407
10f9c755
LP
408#ifndef BTRFS_ROOT_ITEM_KEY
409#define BTRFS_ROOT_ITEM_KEY 132
410#endif
411
b6b18498
LP
412#ifndef BTRFS_QGROUP_STATUS_KEY
413#define BTRFS_QGROUP_STATUS_KEY 240
414#endif
415
416#ifndef BTRFS_QGROUP_INFO_KEY
417#define BTRFS_QGROUP_INFO_KEY 242
418#endif
419
420#ifndef BTRFS_QGROUP_LIMIT_KEY
421#define BTRFS_QGROUP_LIMIT_KEY 244
422#endif
423
5bcd08db
LP
424#ifndef BTRFS_QGROUP_RELATION_KEY
425#define BTRFS_QGROUP_RELATION_KEY 246
426#endif
427
d9e2daaf
LP
428#ifndef BTRFS_ROOT_BACKREF_KEY
429#define BTRFS_ROOT_BACKREF_KEY 144
430#endif
431
746f8906
LP
432#ifndef BTRFS_SUPER_MAGIC
433#define BTRFS_SUPER_MAGIC 0x9123683E
434#endif
435
efdb0237
LP
436#ifndef CGROUP_SUPER_MAGIC
437#define CGROUP_SUPER_MAGIC 0x27e0eb
438#endif
439
440#ifndef TMPFS_MAGIC
441#define TMPFS_MAGIC 0x01021994
442#endif
443
94d82985
LP
444#ifndef MS_MOVE
445#define MS_MOVE 8192
446#endif
447
7cb1094a
HH
448#ifndef MS_PRIVATE
449#define MS_PRIVATE (1 << 18)
450#endif
451
54ecda32
LP
452#ifndef SCM_SECURITY
453#define SCM_SECURITY 0x03
454#endif
455
48ac500b
LP
456#ifndef MS_STRICTATIME
457#define MS_STRICTATIME (1<<24)
458#endif
459
a9621528
AM
460#ifndef MS_REC
461#define MS_REC 16384
462#endif
463
464#ifndef MS_SHARED
465#define MS_SHARED (1<<20)
466#endif
467
8351ceae
LP
468#ifndef PR_SET_NO_NEW_PRIVS
469#define PR_SET_NO_NEW_PRIVS 38
470#endif
d4447f4d
AK
471
472#ifndef PR_SET_CHILD_SUBREAPER
473#define PR_SET_CHILD_SUBREAPER 36
474#endif
a8348796
LP
475
476#ifndef MAX_HANDLE_SZ
477#define MAX_HANDLE_SZ 128
478#endif
479
4db17f29
ZJS
480#ifndef HAVE_SECURE_GETENV
481# ifdef HAVE___SECURE_GETENV
482# define secure_getenv __secure_getenv
483# else
66330455 484# error "neither secure_getenv nor __secure_getenv are available"
4db17f29
ZJS
485# endif
486#endif
85210bff
LP
487
488#ifndef CIFS_MAGIC_NUMBER
65b3903f 489# define CIFS_MAGIC_NUMBER 0xFF534D42
85210bff 490#endif
8742514c
LP
491
492#ifndef TFD_TIMER_CANCEL_ON_SET
65b3903f 493# define TFD_TIMER_CANCEL_ON_SET (1 << 1)
8742514c 494#endif
f7db7a69
SL
495
496#ifndef SO_REUSEPORT
65b3903f 497# define SO_REUSEPORT 15
f7db7a69 498#endif
118ecf32
DH
499
500#ifndef EVIOCREVOKE
65b3903f 501# define EVIOCREVOKE _IOW('E', 0x91, int)
118ecf32
DH
502#endif
503
504#ifndef DRM_IOCTL_SET_MASTER
65b3903f 505# define DRM_IOCTL_SET_MASTER _IO('d', 0x1e)
118ecf32
DH
506#endif
507
508#ifndef DRM_IOCTL_DROP_MASTER
65b3903f
ZJS
509# define DRM_IOCTL_DROP_MASTER _IO('d', 0x1f)
510#endif
511
c09918f9
LP
512#if defined(__i386__) || defined(__x86_64__)
513
514/* The precise definition of __O_TMPFILE is arch specific, so let's
515 * just define this on x86 where we know the value. */
516
517#ifndef __O_TMPFILE
518#define __O_TMPFILE 020000000
519#endif
520
521/* a horrid kludge trying to make sure that this will fail on old kernels */
522#ifndef O_TMPFILE
523#define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
524#endif
525
526#endif
3b794314 527
5f381b35
LP
528#if !HAVE_DECL_LO_FLAGS_PARTSCAN
529#define LO_FLAGS_PARTSCAN 8
530#endif
a853c45d
LP
531
532#ifndef LOOP_CTL_REMOVE
533#define LOOP_CTL_REMOVE 0x4C81
534#endif
535
536#ifndef LOOP_CTL_GET_FREE
537#define LOOP_CTL_GET_FREE 0x4C82
538#endif
0830ba61 539
84dd59b5
DH
540#if !HAVE_DECL_IFLA_INET6_ADDR_GEN_MODE
541#define IFLA_INET6_UNSPEC 0
542#define IFLA_INET6_FLAGS 1
543#define IFLA_INET6_CONF 2
544#define IFLA_INET6_STATS 3
545#define IFLA_INET6_MCAST 4
546#define IFLA_INET6_CACHEINFO 5
547#define IFLA_INET6_ICMP6STATS 6
548#define IFLA_INET6_TOKEN 7
549#define IFLA_INET6_ADDR_GEN_MODE 8
550#define __IFLA_INET6_MAX 9
551
552#define IFLA_INET6_MAX (__IFLA_INET6_MAX - 1)
553
554#define IN6_ADDR_GEN_MODE_EUI64 0
555#define IN6_ADDR_GEN_MODE_NONE 1
556#endif
557
75616a13
ZJS
558#if !HAVE_DECL_IFLA_MACVLAN_FLAGS
559#define IFLA_MACVLAN_UNSPEC 0
560#define IFLA_MACVLAN_MODE 1
561#define IFLA_MACVLAN_FLAGS 2
562#define __IFLA_MACVLAN_MAX 3
563
564#define IFLA_MACVLAN_MAX (__IFLA_MACVLAN_MAX - 1)
565#endif
566
c4a5ddc9
TG
567#if !HAVE_DECL_IFLA_IPVLAN_MODE
568#define IFLA_IPVLAN_UNSPEC 0
569#define IFLA_IPVLAN_MODE 1
570#define __IFLA_IPVLAN_MAX 2
571
572#define IFLA_IPVLAN_MAX (__IFLA_IPVLAN_MAX - 1)
573
574#define IPVLAN_MODE_L2 0
575#define IPVLAN_MODE_L3 1
576#define IPVLAN_MAX 2
577#endif
578
6589d0db
JAS
579#if !HAVE_DECL_IFLA_VTI_REMOTE
580#define IFLA_VTI_UNSPEC 0
581#define IFLA_VTI_LINK 1
582#define IFLA_VTI_IKEY 2
583#define IFLA_VTI_OKEY 3
584#define IFLA_VTI_LOCAL 4
585#define IFLA_VTI_REMOTE 5
586#define __IFLA_VTI_MAX 6
587
588#define IFLA_VTI_MAX (__IFLA_VTI_MAX - 1)
589#endif
590
81577dc2 591#if !HAVE_DECL_IFLA_PHYS_PORT_ID
bacef2a2 592#define IFLA_EXT_MASK 29
81577dc2
ZJS
593#undef IFLA_PROMISCUITY
594#define IFLA_PROMISCUITY 30
595#define IFLA_NUM_TX_QUEUES 31
596#define IFLA_NUM_RX_QUEUES 32
597#define IFLA_CARRIER 33
598#define IFLA_PHYS_PORT_ID 34
599#define __IFLA_MAX 35
600
601#define IFLA_MAX (__IFLA_MAX - 1)
602#endif
603
604#if !HAVE_DECL_IFLA_BOND_AD_INFO
605#define IFLA_BOND_UNSPEC 0
606#define IFLA_BOND_MODE 1
607#define IFLA_BOND_ACTIVE_SLAVE 2
608#define IFLA_BOND_MIIMON 3
609#define IFLA_BOND_UPDELAY 4
610#define IFLA_BOND_DOWNDELAY 5
611#define IFLA_BOND_USE_CARRIER 6
612#define IFLA_BOND_ARP_INTERVAL 7
613#define IFLA_BOND_ARP_IP_TARGET 8
614#define IFLA_BOND_ARP_VALIDATE 9
615#define IFLA_BOND_ARP_ALL_TARGETS 10
616#define IFLA_BOND_PRIMARY 11
617#define IFLA_BOND_PRIMARY_RESELECT 12
618#define IFLA_BOND_FAIL_OVER_MAC 13
619#define IFLA_BOND_XMIT_HASH_POLICY 14
620#define IFLA_BOND_RESEND_IGMP 15
621#define IFLA_BOND_NUM_PEER_NOTIF 16
622#define IFLA_BOND_ALL_SLAVES_ACTIVE 17
623#define IFLA_BOND_MIN_LINKS 18
624#define IFLA_BOND_LP_INTERVAL 19
625#define IFLA_BOND_PACKETS_PER_SLAVE 20
626#define IFLA_BOND_AD_LACP_RATE 21
627#define IFLA_BOND_AD_SELECT 22
628#define IFLA_BOND_AD_INFO 23
629#define __IFLA_BOND_MAX 24
0830ba61 630
79306206 631#define IFLA_BOND_MAX (__IFLA_BOND_MAX - 1)
0830ba61 632#endif
81577dc2
ZJS
633
634#if !HAVE_DECL_IFLA_VLAN_PROTOCOL
635#define IFLA_VLAN_UNSPEC 0
636#define IFLA_VLAN_ID 1
637#define IFLA_VLAN_FLAGS 2
638#define IFLA_VLAN_EGRESS_QOS 3
639#define IFLA_VLAN_INGRESS_QOS 4
640#define IFLA_VLAN_PROTOCOL 5
641#define __IFLA_VLAN_MAX 6
642
643#define IFLA_VLAN_MAX (__IFLA_VLAN_MAX - 1)
644#endif
645
583c14fc 646#if !HAVE_DECL_IFLA_VXLAN_REMCSUM_NOPARTIAL
81577dc2
ZJS
647#define IFLA_VXLAN_UNSPEC 0
648#define IFLA_VXLAN_ID 1
649#define IFLA_VXLAN_GROUP 2
650#define IFLA_VXLAN_LINK 3
651#define IFLA_VXLAN_LOCAL 4
652#define IFLA_VXLAN_TTL 5
653#define IFLA_VXLAN_TOS 6
654#define IFLA_VXLAN_LEARNING 7
655#define IFLA_VXLAN_AGEING 8
656#define IFLA_VXLAN_LIMIT 9
657#define IFLA_VXLAN_PORT_RANGE 10
658#define IFLA_VXLAN_PROXY 11
659#define IFLA_VXLAN_RSC 12
660#define IFLA_VXLAN_L2MISS 13
661#define IFLA_VXLAN_L3MISS 14
662#define IFLA_VXLAN_PORT 15
663#define IFLA_VXLAN_GROUP6 16
664#define IFLA_VXLAN_LOCAL6 17
583c14fc
MO
665#define IFLA_VXLAN_UDP_CSUM 18
666#define IFLA_VXLAN_UDP_ZERO_CSUM6_TX 19
667#define IFLA_VXLAN_UDP_ZERO_CSUM6_RX 20
668#define IFLA_VXLAN_REMCSUM_TX 21
669#define IFLA_VXLAN_REMCSUM_RX 22
670#define IFLA_VXLAN_GBP 23
671#define IFLA_VXLAN_REMCSUM_NOPARTIAL 24
672#define __IFLA_VXLAN_MAX 25
81577dc2
ZJS
673
674#define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)
675#endif
676
56bf3853 677#if !HAVE_DECL_IFLA_IPTUN_ENCAP_DPORT
81577dc2
ZJS
678#define IFLA_IPTUN_UNSPEC 0
679#define IFLA_IPTUN_LINK 1
680#define IFLA_IPTUN_LOCAL 2
681#define IFLA_IPTUN_REMOTE 3
682#define IFLA_IPTUN_TTL 4
683#define IFLA_IPTUN_TOS 5
684#define IFLA_IPTUN_ENCAP_LIMIT 6
685#define IFLA_IPTUN_FLOWINFO 7
686#define IFLA_IPTUN_FLAGS 8
687#define IFLA_IPTUN_PROTO 9
688#define IFLA_IPTUN_PMTUDISC 10
689#define IFLA_IPTUN_6RD_PREFIX 11
690#define IFLA_IPTUN_6RD_RELAY_PREFIX 12
691#define IFLA_IPTUN_6RD_PREFIXLEN 13
692#define IFLA_IPTUN_6RD_RELAY_PREFIXLEN 14
56bf3853
SS
693#define IFLA_IPTUN_ENCAP_TYPE 15
694#define IFLA_IPTUN_ENCAP_FLAGS 16
695#define IFLA_IPTUN_ENCAP_SPORT 17
696#define IFLA_IPTUN_ENCAP_DPORT 18
697
698#define __IFLA_IPTUN_MAX 19
81577dc2
ZJS
699
700#define IFLA_IPTUN_MAX (__IFLA_IPTUN_MAX - 1)
701#endif
702
66f4bc77
SS
703#if !HAVE_DECL_IFLA_GRE_ENCAP_DPORT
704#define IFLA_GRE_UNSPEC 0
705#define IFLA_GRE_LINK 1
706#define IFLA_GRE_IFLAGS 2
707#define IFLA_GRE_OFLAGS 3
708#define IFLA_GRE_IKEY 4
709#define IFLA_GRE_OKEY 5
710#define IFLA_GRE_LOCAL 6
711#define IFLA_GRE_REMOTE 7
712#define IFLA_GRE_TTL 8
713#define IFLA_GRE_TOS 9
714#define IFLA_GRE_PMTUDISC 10
715#define IFLA_GRE_ENCAP_LIMIT 11
716#define IFLA_GRE_FLOWINFO 12
717#define IFLA_GRE_FLAGS 13
718#define IFLA_GRE_ENCAP_TYPE 14
719#define IFLA_GRE_ENCAP_FLAGS 15
720#define IFLA_GRE_ENCAP_SPORT 16
721#define IFLA_GRE_ENCAP_DPORT 17
722
723#define __IFLA_GRE_MAX 18
724
725#define IFLA_GRE_MAX (__IFLA_GRE_MAX - 1)
726#endif
727
81577dc2
ZJS
728#if !HAVE_DECL_IFLA_BRIDGE_VLAN_INFO
729#define IFLA_BRIDGE_FLAGS 0
730#define IFLA_BRIDGE_MODE 1
731#define IFLA_BRIDGE_VLAN_INFO 2
732#define __IFLA_BRIDGE_MAX 3
733
734#define IFLA_BRIDGE_MAX (__IFLA_BRIDGE_MAX - 1)
735#endif
623a4c97 736
c3eae485
SS
737#if !HAVE_DECL_IFLA_BR_PRIORITY
738#define IFLA_BR_UNSPEC 0
739#define IFLA_BR_FORWARD_DELAY 1
740#define IFLA_BR_HELLO_TIME 2
741#define IFLA_BR_MAX_AGE 3
742#define IFLA_BR_AGEING_TIME 4
743#define IFLA_BR_STP_STATE 5
744#define IFLA_BR_PRIORITY 6
745#define __IFLA_BR_MAX 7
746
747#define IFLA_BR_MAX (__IFLA_BR_MAX - 1)
748#endif
749
38a0245f 750#if !HAVE_DECL_IFLA_BRPORT_LEARNING_SYNC
8ecec322
ZJS
751#define IFLA_BRPORT_UNSPEC 0
752#define IFLA_BRPORT_STATE 1
753#define IFLA_BRPORT_PRIORITY 2
754#define IFLA_BRPORT_COST 3
755#define IFLA_BRPORT_MODE 4
756#define IFLA_BRPORT_GUARD 5
757#define IFLA_BRPORT_PROTECT 6
758#define IFLA_BRPORT_FAST_LEAVE 7
759#define IFLA_BRPORT_LEARNING 8
760#define IFLA_BRPORT_UNICAST_FLOOD 9
38a0245f
SS
761#define IFLA_BRPORT_LEARNING_SYNC 11
762#define __IFLA_BRPORT_MAX 12
8ecec322
ZJS
763
764#define IFLA_BRPORT_MAX (__IFLA_BRPORT_MAX - 1)
765#endif
766
26c34ab4
DM
767#if !HAVE_DECL_IFLA_BRPORT_PROXYARP
768#define IFLA_BRPORT_PROXYARP 10
769#endif
770
cf1755ba
MO
771#if !HAVE_DECL_NDA_IFINDEX
772#define NDA_UNSPEC 0
773#define NDA_DST 1
774#define NDA_LLADDR 2
775#define NDA_CACHEINFO 3
776#define NDA_PROBES 4
777#define NDA_VLAN 5
778#define NDA_PORT 6
779#define NDA_VNI 7
780#define NDA_IFINDEX 8
781#define __NDA_MAX 9
782
783#define NDA_MAX (__NDA_MAX - 1)
784#endif
785
b69015ef
TG
786#ifndef RTA_PREF
787#define RTA_PREF 20
788#endif
789
623a4c97
LP
790#ifndef IPV6_UNICAST_IF
791#define IPV6_UNICAST_IF 76
792#endif
ec2c5e43 793
04d180c8
TG
794#ifndef IFF_MULTI_QUEUE
795#define IFF_MULTI_QUEUE 0x100
796#endif
797
ec2c5e43
LP
798#ifndef IFF_LOWER_UP
799#define IFF_LOWER_UP 0x10000
800#endif
801
802#ifndef IFF_DORMANT
803#define IFF_DORMANT 0x20000
804#endif
91988149
LP
805
806#ifndef BOND_XMIT_POLICY_ENCAP23
807#define BOND_XMIT_POLICY_ENCAP23 3
808#endif
809
810#ifndef BOND_XMIT_POLICY_ENCAP34
811#define BOND_XMIT_POLICY_ENCAP34 4
812#endif
04b67d49
TG
813
814#ifndef NET_ADDR_RANDOM
815# define NET_ADDR_RANDOM 1
816#endif
817
1cb636d9
CW
818#ifndef NET_NAME_UNKNOWN
819# define NET_NAME_UNKNOWN 0
820#endif
821
04b67d49
TG
822#ifndef NET_NAME_ENUM
823# define NET_NAME_ENUM 1
824#endif
825
826#ifndef NET_NAME_PREDICTABLE
827# define NET_NAME_PREDICTABLE 2
828#endif
829
830#ifndef NET_NAME_USER
831# define NET_NAME_USER 3
832#endif
833
834#ifndef NET_NAME_RENAMED
835# define NET_NAME_RENAMED 4
836#endif
7965435e
MO
837
838#ifndef BPF_XOR
839# define BPF_XOR 0xa0
840#endif
a5f03596
LP
841
842/* Note that LOOPBACK_IFINDEX is currently not exported by the
843 * kernel/glibc, but hardcoded internally by the kernel. However, as
844 * it is exported to userspace indirectly via rtnetlink and the
845 * ioctls, and made use of widely we define it here too, in a way that
846 * is compatible with the kernel's internal definition. */
847#ifndef LOOPBACK_IFINDEX
848#define LOOPBACK_IFINDEX 1
849#endif
875c2e22 850
34f7b9f9
LP
851#if !HAVE_DECL_IFA_FLAGS
852#define IFA_FLAGS 8
853#endif
854
f217be19
DH
855#ifndef IFA_F_MANAGETEMPADDR
856#define IFA_F_MANAGETEMPADDR 0x100
857#endif
858
b06ac35c
AS
859#ifndef IFA_F_NOPREFIXROUTE
860#define IFA_F_NOPREFIXROUTE 0x200
861#endif
862
875c2e22
LP
863#ifndef MAX_AUDIT_MESSAGE_LENGTH
864#define MAX_AUDIT_MESSAGE_LENGTH 8970
865#endif
866
867#ifndef AUDIT_NLGRP_MAX
868#define AUDIT_NLGRP_READLOG 1
869#endif
2822da4f
LP
870
871#ifndef CAP_MAC_OVERRIDE
872#define CAP_MAC_OVERRIDE 32
873#endif
874
875#ifndef CAP_MAC_ADMIN
876#define CAP_MAC_ADMIN 33
877#endif
878
879#ifndef CAP_SYSLOG
880#define CAP_SYSLOG 34
881#endif
882
883#ifndef CAP_WAKE_ALARM
884#define CAP_WAKE_ALARM 35
885#endif
886
887#ifndef CAP_BLOCK_SUSPEND
888#define CAP_BLOCK_SUSPEND 36
889#endif
890
891#ifndef CAP_AUDIT_READ
892#define CAP_AUDIT_READ 37
893#endif
60e1651a 894
ebd93cb6
LP
895#ifndef RENAME_NOREPLACE
896#define RENAME_NOREPLACE (1 << 0)
897#endif
f7ad54a3 898
f7ad54a3
LP
899#ifndef KCMP_FILE
900#define KCMP_FILE 0
901#endif
606df97b
PH
902
903#ifndef INPUT_PROP_POINTING_STICK
904#define INPUT_PROP_POINTING_STICK 0x05
905#endif
bd1acc9f
HG
906
907#ifndef INPUT_PROP_ACCELEROMETER
908#define INPUT_PROP_ACCELEROMETER 0x06
909#endif
e287086b 910
de085700 911#ifndef HAVE_KEY_SERIAL_T
e287086b
LP
912typedef int32_t key_serial_t;
913#endif
914
e287086b
LP
915#ifndef KEYCTL_READ
916#define KEYCTL_READ 11
917#endif
918
919#ifndef KEYCTL_SET_TIMEOUT
920#define KEYCTL_SET_TIMEOUT 15
921#endif
922
923#ifndef KEY_SPEC_USER_KEYRING
924#define KEY_SPEC_USER_KEYRING -4
925#endif
755d4b67
IP
926
927#ifndef PR_CAP_AMBIENT
928#define PR_CAP_AMBIENT 47
929#endif
930
931#ifndef PR_CAP_AMBIENT_IS_SET
932#define PR_CAP_AMBIENT_IS_SET 1
933#endif
934
935#ifndef PR_CAP_AMBIENT_RAISE
936#define PR_CAP_AMBIENT_RAISE 2
937#endif
938
939#ifndef PR_CAP_AMBIENT_CLEAR_ALL
940#define PR_CAP_AMBIENT_CLEAR_ALL 4
941#endif
6955a3ba
LP
942
943/* The following two defines are actually available in the kernel headers for longer, but we define them here anyway,
944 * since that makes it easier to use them in conjunction with the glibc net/if.h header which conflicts with
945 * linux/if.h. */
946#ifndef IF_OPER_UNKNOWN
947#define IF_OPER_UNKNOWN 0
948#endif
949
950#ifndef IF_OPER_UP
951#define IF_OPER_UP 6
c932fb71 952
de085700 953#ifndef HAVE_CHAR32_T
c932fb71
SL
954#define char32_t uint32_t
955#endif
956
de085700 957#ifndef HAVE_CHAR16_T
c932fb71
SL
958#define char16_t uint16_t
959#endif
960
43a6a52e
LP
961#ifndef ETHERTYPE_LLDP
962#define ETHERTYPE_LLDP 0x88cc
963#endif
964
6955a3ba 965#endif
1d4b557d 966
2f368e4a 967#include "missing_syscall.h"