Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_var.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/ip_var.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.22.2.1 retrieving revision 1.23 diff -u -p -r1.22.2.1 -r1.23 --- src/sys/netinet/ip_var.h 1998/05/09 03:33:00 1.22.2.1 +++ src/sys/netinet/ip_var.h 1998/01/05 09:52:05 1.23 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_var.h,v 1.22.2.1 1998/05/09 03:33:00 mycroft Exp $ */ +/* $NetBSD: ip_var.h,v 1.23 1998/01/05 09:52:05 lukem Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -155,8 +155,8 @@ LIST_HEAD(ipqhead, ipq) ipq; /* ip reas u_int16_t ip_id; /* ip packet ctr, for ids */ int ip_defttl; /* default IP ttl */ extern int ip_mtudisc; /* mtu discovery */ -extern u_int ip_mtudisc_timeout; /* seconds to timeout mtu discovery */ -extern struct rttimer_queue *ip_mtudisc_timeout_q; +extern int anonportmin; /* minimum ephemeral port */ +extern int anonportmax; /* maximum ephemeral port */ struct inpcb; @@ -170,7 +170,6 @@ int ip_getmoptions __P((int, struct ip_ void ip_init __P((void)); int ip_mforward __P((struct mbuf *, struct ifnet *)); int ip_optcopy __P((struct ip *, struct ip *)); -u_int ip_optlen __P((struct inpcb *)); int ip_output __P((struct mbuf *, ...)); int ip_pcbopts __P((struct mbuf **, struct mbuf *)); struct mbuf *