summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-12-14 19:06:37 +0000
committerwollman <wollman@FreeBSD.org>1994-12-14 19:06:37 +0000
commit17700af9e7617a500f69ae58357f81ed1c153cd8 (patch)
treec0119c5a9ce08aec208d2419f4e6c9c49abd43fb /sys/netinet/in.h
parentcca71c70dc5c969c27ff27e34b1fc5d53cf9e3c0 (diff)
downloadFreeBSD-src-17700af9e7617a500f69ae58357f81ed1c153cd8.zip
FreeBSD-src-17700af9e7617a500f69ae58357f81ed1c153cd8.tar.gz
Make rtq_reallyold user-configurable via sysctl.
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index c04336e..c10c241 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in.h 8.3 (Berkeley) 1/3/94
- * $Id: in.h,v 1.3 1994/08/21 05:27:27 paul Exp $
+ * $Id: in.h,v 1.4 1994/09/06 22:42:18 wollman Exp $
*/
#ifndef _NETINET_IN_H_
@@ -226,6 +226,7 @@ struct ip_mreq {
#ifdef notyet
#define IPCTL_DEFMTU 4 /* default MTU */
#endif
+#define IPCTL_RTEXPIRE 5 /* cloned route expiration time */
#define IPCTL_MAXID 5
#define IPCTL_NAMES { \
@@ -234,6 +235,7 @@ struct ip_mreq {
{ "redirect", CTLTYPE_INT }, \
{ "ttl", CTLTYPE_INT }, \
{ "mtu", CTLTYPE_INT }, \
+ { "rtexpire", CTLTYPE_INT }, \
}
@@ -247,3 +249,4 @@ void in_socktrim __P((struct sockaddr_in *));
#endif
#endif
+
OpenPOWER on IntegriCloud