patch-2.1.15 linux/include/net/arp.h

Next file: linux/include/net/ax25.h
Previous file: linux/include/net/af_unix.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.14/linux/include/net/arp.h linux/include/net/arp.h
@@ -2,16 +2,21 @@
 #ifndef _ARP_H
 #define _ARP_H
 
+#include <linux/if_arp.h>
+
 extern void	arp_init(void);
 extern int	arp_rcv(struct sk_buff *skb, struct device *dev,
 			struct packet_type *pt);
 extern int	arp_query(unsigned char *haddr, u32 paddr, struct device *dev);
-extern int	arp_find(unsigned char *haddr, u32 paddr,
-		struct device *dev, u32 saddr, struct sk_buff *skb);
+extern int	arp_find(unsigned char *haddr, struct sk_buff *skb);
+extern int	arp_find_1(unsigned char *haddr, struct dst_entry* dst, struct dst_entry *neigh);
 extern int	arp_ioctl(unsigned int cmd, void *arg);
 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, unsigned char *th);
+extern int	arp_req_set(struct arpreq *r, struct device *dev);
+extern int	arp_req_delete(struct arpreq *r, struct device *dev);
 extern int	arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short type, __u32 daddr);
 extern int	arp_update_cache(struct hh_cache * hh);
+extern struct dst_entry *arp_find_neighbour(struct dst_entry *dst, int);
 #endif	/* _ARP_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov