summaryrefslogtreecommitdiff
path: root/sys/netinet/in_gif.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-05-25 01:22:01 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-05-25 01:22:01 +0000
commita3521c1ee77737ce861e97a831d1ec159fabead0 (patch)
tree024e4717c659980ec0a1afe04e65cbb8d9315123 /sys/netinet/in_gif.h
parent618a1950de252cf6369a7545aadc2717fa5d4999 (diff)
net.inet.ip.gif_ttl (and IPv6 counterpart) is never used.
enforce type checking on IN6_ARE_ADDR_EQUAL.
Diffstat (limited to 'sys/netinet/in_gif.h')
-rw-r--r--sys/netinet/in_gif.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netinet/in_gif.h b/sys/netinet/in_gif.h
index a80e6fff158..26a2952a390 100644
--- a/sys/netinet/in_gif.h
+++ b/sys/netinet/in_gif.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_gif.h,v 1.1 1999/12/08 06:50:19 itojun Exp $ */
+/* $OpenBSD: in_gif.h,v 1.2 2000/05/25 01:22:00 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -32,10 +32,6 @@
#ifndef _NETINET_IN_GIF_H_
#define _NETINET_IN_GIF_H_
-#define GIF_TTL 30
-
-extern int ip_gif_ttl;
-
void in_gif_input __P((struct mbuf *, ...));
int in_gif_output __P((struct ifnet *, int, struct mbuf *, struct rtentry *));