patch-1.3.42 linux/include/linux/if_arp.h
Next file: linux/include/linux/if_ppp.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Nov 14 16:03:56 1995
- Orig file:
v1.3.41/linux/include/linux/if_arp.h
- Orig date:
Mon Aug 28 14:52:23 1995
diff -u --recursive --new-file v1.3.41/linux/include/linux/if_arp.h linux/include/linux/if_arp.h
@@ -41,6 +41,8 @@
#define ARPHRD_PPP 512
#define ARPHRD_TUNNEL 768 /* IPIP tunnel */
#define ARPHRD_TUNNEL6 769 /* IPIP6 tunnel */
+#define ARPHRD_FRAD 770 /* Frame Relay */
+#define ARPHRD_SKIP 771 /* SKIP vif */
/* ARP protocol opcodes. */
#define ARPOP_REQUEST 1 /* ARP request */
@@ -51,6 +53,14 @@
/* ARP ioctl request. */
struct arpreq {
+ struct sockaddr arp_pa; /* protocol address */
+ struct sockaddr arp_ha; /* hardware address */
+ int arp_flags; /* flags */
+ struct sockaddr arp_netmask; /* netmask (only for proxy arps) */
+ char arp_dev[16];
+};
+
+struct arpreq_old {
struct sockaddr arp_pa; /* protocol address */
struct sockaddr arp_ha; /* hardware address */
int arp_flags; /* flags */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this