diff options
Diffstat (limited to 'include/linux/if_arp.h')
-rw-r--r-- | include/linux/if_arp.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/linux/if_arp.h b/include/linux/if_arp.h index fffb67990..5f18a049a 100644 --- a/include/linux/if_arp.h +++ b/include/linux/if_arp.h @@ -50,12 +50,14 @@ #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ #define ARPHRD_TUNNEL6 769 /* IPIP6 tunnel */ -#define ARPHRD_FRAD 770 /* Frame Relay Access Device */ +#define ARPHRD_FRAD 770 /* Frame Relay Access Device */ #define ARPHRD_SKIP 771 /* SKIP vif */ #define ARPHRD_LOOPBACK 772 /* Loopback device */ #define ARPHRD_LOCALTLK 773 /* Localtalk device */ -#define ARPHRD_FDDI 774 /* FDDI interfaces */ +#define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface */ +#define ARPHRD_BIF 775 /* AP1000 BIF */ #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ +#define ARPHRD_IPDDP 777 /* IP over DDP tunneller */ /* ARP protocol opcodes. */ #define ARPOP_REQUEST 1 /* ARP request */ @@ -87,6 +89,8 @@ struct arpreq_old { #define ATF_USETRAILERS 0x10 /* has requested trailers */ #define ATF_NETMASK 0x20 /* want to use a netmask (only for proxy entries) */ +#define ATF_DONTPUB 0x40 /* don't answer this addresses */ +#define ATF_MAGIC 0x80 /* automatically added entry */ /* * This structure defines an ethernet arp header. |