diff options
| author | Susheel Yadagiri <syadagir@codeaurora.org> | 2010-08-06 17:58:05 -0700 |
|---|---|---|
| committer | Susheel Yadagiri <syadagir@codeaurora.org> | 2010-08-06 17:58:05 -0700 |
| commit | 3ffd4f1f1ee1ab5a736f5a298fcb61d513ebd21b (patch) | |
| tree | 94ab9ce716a48c0a435292f3e78f4ea09f10ad41 /libc/kernel/common/linux/if.h | |
| parent | 81c05ac2f01cc3b945f580080d868bf3ea9c5f93 (diff) | |
| download | bionic-3ffd4f1f1ee1ab5a736f5a298fcb61d513ebd21b.zip bionic-3ffd4f1f1ee1ab5a736f5a298fcb61d513ebd21b.tar.gz bionic-3ffd4f1f1ee1ab5a736f5a298fcb61d513ebd21b.tar.bz2 | |
libc: Update some kernel headers so we can build iproute2/ip
Change-Id: Ie80898637f46dd11cce413ada3a5d9c0a3f44f5e
Diffstat (limited to 'libc/kernel/common/linux/if.h')
| -rw-r--r-- | libc/kernel/common/linux/if.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/if.h b/libc/kernel/common/linux/if.h index 47c29d9..6ceb869 100644 --- a/libc/kernel/common/linux/if.h +++ b/libc/kernel/common/linux/if.h @@ -17,6 +17,7 @@ #include <linux/compiler.h> #define IFNAMSIZ 16 +#define IFALIASZ 256 #include <linux/hdlc/ioctl.h> #define IFF_UP 0x1 @@ -42,13 +43,21 @@ #define IFF_LOWER_UP 0x10000 #define IFF_DORMANT 0x20000 -#define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT) +#define IFF_ECHO 0x40000 + +#define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT) #define IFF_802_1Q_VLAN 0x1 #define IFF_EBRIDGE 0x2 #define IFF_SLAVE_INACTIVE 0x4 #define IFF_MASTER_8023AD 0x8 #define IFF_MASTER_ALB 0x10 +#define IFF_BONDING 0x20 +#define IFF_SLAVE_NEEDARP 0x40 +#define IFF_ISATAP 0x80 +#define IFF_MASTER_ARPMON 0x100 +#define IFF_WAN_HDLC 0x200 +#define IFF_XMIT_DST_RELEASE 0x400 #define IF_GET_IFACE 0x0001 #define IF_GET_PROTO 0x0002 |
