patch-2.1.79 linux/include/net/ipv6.h

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

diff -u --recursive --new-file v2.1.78/linux/include/net/ipv6.h linux/include/net/ipv6.h
@@ -4,7 +4,7 @@
  *	Authors:
  *	Pedro Roque		<roque@di.fc.ul.pt>
  *
- *	$Id: ipv6.h,v 1.6 1997/04/01 02:22:58 davem Exp $
+ *	$Id: ipv6.h,v 1.8 1997/12/29 19:52:09 kuznet Exp $
  *
  *	This program is free software; you can redistribute it and/or
  *      modify it under the terms of the GNU General Public License
@@ -94,12 +94,6 @@
 	int		accept_ra;
 	int		accept_redirects;
 	
-	int		nd_max_mcast_solicit;
-	int		nd_max_ucast_solicit;
-	int		nd_retrans_time;
-	int		nd_base_reachable_time;
-	int		nd_delay_probe_time;
-
 	int		autoconf;
 	int		dad_transmits;
 	int		rtr_solicits;
@@ -236,7 +230,7 @@
 					       inet_getfrag_t getfrag,
 					       const void *data,
 					       struct flowi *fl,
-					       unsigned short length,
+					       unsigned length,
 					       struct ipv6_options *opt,
 					       int hlimit, int flags);
 
@@ -244,6 +238,7 @@
  *	skb processing functions
  */
 
+extern int			ip6_output(struct sk_buff *skb);
 extern int			ip6_forward(struct sk_buff *skb);
 extern int			ip6_input(struct sk_buff *skb);
 extern int			ip6_mc_input(struct sk_buff *skb);

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