patch-2.1.56 linux/include/linux/atalk.h
Next file: linux/include/linux/dcache.h
Previous file: linux/fs/sysv/fsync.c
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Fri Sep 19 18:18:45 1997
- Orig file:
v2.1.55/linux/include/linux/atalk.h
- Orig date:
Mon Jul 7 16:02:46 1997
diff -u --recursive --new-file v2.1.55/linux/include/linux/atalk.h linux/include/linux/atalk.h
@@ -16,6 +16,7 @@
#define ATADDR_ANYPORT (__u8)0
#define ATADDR_BCAST (__u8)255
#define DDP_MAXSZ 587
+#define DDP_MAXHOPS 15 /* 4 bits of hop counter */
#define SIOCATALKDIFADDR (SIOCPROTOPRIVATE + 0)
@@ -70,8 +71,6 @@
unsigned char src_port;
};
-#define DDP_MAXHOPS 15 /* 4 bits of hop counter */
-
#ifdef __KERNEL__
#include <asm/byteorder.h>
@@ -154,11 +153,14 @@
}
extern struct at_addr *atalk_find_dev_addr(struct device *dev);
+extern struct device *atrtr_get_dev(struct at_addr *sa);
extern int aarp_send_ddp(struct device *dev,struct sk_buff *skb, struct at_addr *sa, void *hwaddr);
extern void aarp_send_probe(struct device *dev, struct at_addr *addr);
+
#ifdef MODULE
+extern void aarp_device_down(struct device *dev);
extern void aarp_cleanup_module(void);
-#endif
+#endif /* MODULE */
-#endif
-#endif
+#endif /* __KERNEL__ */
+#endif /* __LINUX_ATALK_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov