summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-12-05 17:46:50 +0000
committerwollman <wollman@FreeBSD.org>1995-12-05 17:46:50 +0000
commitda652f957ab098fb344b067be81e47188f1b90bd (patch)
tree2f45b4242e5f41f2e595831c86ed08e6d14756ea /sys/netinet/ip_var.h
parent04f89ec795e5fc73e4befd24eab6f726c36af3db (diff)
downloadFreeBSD-src-da652f957ab098fb344b067be81e47188f1b90bd.zip
FreeBSD-src-da652f957ab098fb344b067be81e47188f1b90bd.tar.gz
Path MTU Discovery is now standard.
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index d22cf06..15b5dbe 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_var.h 8.2 (Berkeley) 1/9/95
- * $Id: ip_var.h,v 1.15 1995/09/21 18:04:43 wollman Exp $
+ * $Id: ip_var.h,v 1.16 1995/11/14 20:34:21 phk Exp $
*/
#ifndef _NETINET_IP_VAR_H_
@@ -169,9 +169,7 @@ void ip_freemoptions __P((struct ip_moptions *));
void ip_init __P((void));
extern int (*ip_mforward) __P((struct ip *, struct ifnet *, struct mbuf *,
struct ip_moptions *));
-#ifdef MTUDISC
int ip_next_mtu __P((int, int));
-#endif /* MTUDISC */
int ip_output __P((struct mbuf *,
struct mbuf *, struct route *, int, struct ip_moptions *));
void ip_slowtimo __P((void));
OpenPOWER on IntegriCloud