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

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