summaryrefslogtreecommitdiffstats
path: root/include/linux/if.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
commit27cfca1ec98e91261b1a5355d10a8996464b63af (patch)
tree8e895a53e372fa682b4c0a585b9377d67ed70d0e /include/linux/if.h
parent6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff)
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'include/linux/if.h')
-rw-r--r--include/linux/if.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/if.h b/include/linux/if.h
index bd98fb029..87b6692c8 100644
--- a/include/linux/if.h
+++ b/include/linux/if.h
@@ -43,7 +43,7 @@
#define IFF_PORTSEL 0x2000 /* can set media type */
#define IFF_AUTOMEDIA 0x4000 /* auto media select active */
-
+#define IFF_NODYNARP 0x8000 /* use static ARP only (HIPPI) */
/*
* The ifaddr structure contains information about one address
* of an interface. They are maintained by the different address
@@ -132,6 +132,7 @@ struct ifreq
#define ifr_data ifr_ifru.ifru_data /* for use by interface */
#define ifr_ifindex ifr_ifru.ifru_ivalue /* interface index */
#define ifr_bandwidth ifr_ifru.ifru_ivalue /* link bandwidth */
+#define ifr_qlen ifr_ifru.ifru_ivalue /* Queue length */
/*
* Structure used in SIOCGIFCONF request.