patch-2.1.79 linux/include/linux/if_arp.h
Next file: linux/include/linux/if_packet.h
Previous file: linux/include/linux/if.h
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Mon Jan 12 16:44:26 1998
- Orig file:
v2.1.78/linux/include/linux/if_arp.h
- Orig date:
Sat Nov 29 11:25:12 1997
diff -u --recursive --new-file v2.1.78/linux/include/linux/if_arp.h linux/include/linux/if_arp.h
@@ -96,7 +96,6 @@
#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.
@@ -120,22 +119,6 @@
unsigned char ar_tip[4]; /* target IP address */
#endif
-};
-
-/* Support for the user space arp daemon, arpd */
-
-#define ARPD_UPDATE 0x01
-#define ARPD_LOOKUP 0x02
-#define ARPD_FLUSH 0x03
-
-struct arpd_request
-{
- unsigned short req; /* request type */
- __u32 ip; /* ip address of entry */
- unsigned long dev; /* Device entry is tied to */
- unsigned long stamp;
- unsigned long updated;
- unsigned char ha[MAX_ADDR_LEN]; /* Hardware address */
};
#endif /* _LINUX_IF_ARP_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov