patch-2.1.8 linux/include/net/rawv6.h
Next file: linux/include/net/sit.h
Previous file: linux/include/net/protocol.h
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Sun Nov  3 11:04:42 1996
-  Orig file: 
v2.1.7/linux/include/net/rawv6.h
-  Orig date: 
Thu Jan  1 02:00:00 1970
diff -u --recursive --new-file v2.1.7/linux/include/net/rawv6.h linux/include/net/rawv6.h
@@ -0,0 +1,21 @@
+#ifndef _NET_RAWV6_H
+#define _NET_RAWV6_H
+
+#ifdef __KERNEL__
+extern int			rawv6_rcv(struct sk_buff *skb, 
+					  struct device *dev,
+					  struct in6_addr *saddr, 
+					  struct in6_addr *daddr,
+					  struct ipv6_options *opt, 
+					  unsigned short len);
+
+
+extern void			rawv6_err(struct sock *sk,
+					  int type, int code, 
+					  unsigned char *buff,
+					  struct in6_addr *saddr,
+					  struct in6_addr *daddr);
+
+#endif
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov