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