patch-1.3.22 linux/include/linux/netdevice.h
Next file: linux/include/linux/nfs_fs.h
Previous file: linux/include/linux/mtio.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Sep 1 14:59:40 1995
- Orig file:
v1.3.21/linux/include/linux/netdevice.h
- Orig date:
Wed Aug 9 14:55:42 1995
diff -u --recursive --new-file v1.3.21/linux/include/linux/netdevice.h linux/include/linux/netdevice.h
@@ -116,6 +116,7 @@
/* Interface address info. */
unsigned char broadcast[MAX_ADDR_LEN]; /* hw bcast add */
+ unsigned char pad; /* make dev_addr aligned to 8 bytes */
unsigned char dev_addr[MAX_ADDR_LEN]; /* hw address */
unsigned char addr_len; /* hardware address length */
unsigned long pa_addr; /* protocol address */
@@ -193,6 +194,7 @@
extern struct device *ip_dev_check(unsigned long daddr);
extern unsigned long ip_my_addr(void);
extern unsigned long ip_get_mask(unsigned long addr);
+extern struct device *ip_dev_find(unsigned long addr);
extern void dev_add_pack(struct packet_type *pt);
extern void dev_remove_pack(struct packet_type *pt);
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