patch-2.1.68 linux/include/net/sit.h
Next file: linux/include/net/slhc_vj.h
Previous file: linux/include/net/route.h
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.1.67/linux/include/net/sit.h
- Orig date:
Sun Nov 3 01:04:42 1996
diff -u --recursive --new-file v2.1.67/linux/include/net/sit.h linux/include/net/sit.h
@@ -1,39 +0,0 @@
-/*
- * SIT tunneling device - definitions
- * Linux INET6 implementation
- *
- * Authors:
- * Pedro Roque <roque@di.fc.ul.pt>
- *
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- */
-
-#ifndef _NET_SIT_H
-#define _NET_SIT_H
-
-struct sit_mtu_info {
- __u32 addr; /* IPv4 destination */
- unsigned long tstamp; /* last use tstamp */
- __u32 mtu; /* Path MTU */
- struct sit_mtu_info *next;
-};
-
-struct sit_vif {
- char name[8];
- struct device *dev;
- struct sit_vif *next;
-};
-
-extern int sit_init(void);
-extern void sit_cleanup(void);
-
-extern struct device * sit_add_tunnel(__u32 dstaddr);
-
-#define SIT_GC_TIMEOUT (3*60*HZ)
-#define SIT_GC_FREQUENCY (2*60*HZ)
-
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov