patch-1.3.26 linux/include/net/icmp.h

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

diff -u --recursive --new-file v1.3.25/linux/include/net/icmp.h linux/include/net/icmp.h
@@ -20,19 +20,17 @@
 
 #include <linux/icmp.h>
 
-
 extern struct icmp_err icmp_err_convert[];
 extern struct icmp_mib icmp_statistics;
 
-
 extern void	icmp_send(struct sk_buff *skb_in,  int type, int code,
 			  unsigned long info, struct device *dev);
 extern int	icmp_rcv(struct sk_buff *skb1, struct device *dev,
-			 struct options *opt, unsigned long daddr,
-			 unsigned short len, unsigned long saddr,
+			 struct options *opt, __u32 daddr,
+			 unsigned short len, __u32 saddr,
 			 int redo, struct inet_protocol *protocol);
-
 extern int	icmp_ioctl(struct sock *sk, int cmd,
 			   unsigned long arg);
+extern void	icmp_init(struct proto_ops *ops);
 
 #endif	/* _ICMP_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