patch-1.3.7 linux/include/net/arp.h
Next file: linux/include/net/atalk.h
Previous file: linux/include/linux/timer.h
Back to the patch index
Back to the overall index
-  Lines: 26
 -  Date:
Thu Jul  6 13:22:05 1995
 -  Orig file: 
v1.3.6/linux/include/net/arp.h
 -  Orig date: 
Tue Jun  6 11:22:17 1995
 
diff -u --recursive --new-file v1.3.6/linux/include/net/arp.h linux/include/net/arp.h
@@ -3,18 +3,19 @@
 #define _ARP_H
 
 extern void	arp_init(void);
-extern void	arp_destroy(unsigned long paddr, int force);
+extern void	arp_destroy(u32 paddr, int force);
 extern void	arp_device_down(struct device *dev);
 extern int	arp_rcv(struct sk_buff *skb, struct device *dev,
 			struct packet_type *pt);
-extern int	arp_find(unsigned char *haddr, unsigned long paddr,
-		struct device *dev, unsigned long saddr, struct sk_buff *skb);
+extern int	arp_query(unsigned char *haddr, u32 paddr, unsigned short type);
+extern int	arp_find(unsigned char *haddr, u32 paddr,
+		struct device *dev, u32 saddr, struct sk_buff *skb);
 extern int	arp_get_info(char *buffer, char **start, off_t origin, int length);
 extern int	arp_ioctl(unsigned int cmd, void *arg);
-extern void     arp_send(int type, int ptype, unsigned long dest_ip, 
-			 struct device *dev, unsigned long src_ip, 
+extern void     arp_send(int type, int ptype, u32 dest_ip, 
+			 struct device *dev, u32 src_ip, 
 			 unsigned char *dest_hw, unsigned char *src_hw);
-extern int	arp_find_cache(unsigned char *dp, unsigned long daddr, struct device *dev);
+extern int	arp_find_cache(unsigned char *dp, u32 daddr, struct device *dev);
 
 extern unsigned long	arp_cache_stamp;
 #endif	/* _ARP_H */
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