From fac8f2c92271b1198714685037e3dbf30a2e1e44 Mon Sep 17 00:00:00 2001 From: fenner Date: Thu, 14 Mar 1996 16:59:20 +0000 Subject: IGMPv2 routines rewritten, to be more compact and to fully comply with the IGMPv2 Internet Draft (including Router Alert IP option) --- sys/netinet/in_var.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/netinet/in_var.h') diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index 5859c74..c71c85a 100644 --- a/sys/netinet/in_var.h +++ b/sys/netinet/in_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in_var.h 8.2 (Berkeley) 1/9/95 - * $Id: in_var.h,v 1.15 1996/01/09 08:26:07 davidg Exp $ + * $Id: in_var.h,v 1.16 1996/02/05 20:35:59 wollman Exp $ */ #ifndef _NETINET_IN_VAR_H_ @@ -137,10 +137,10 @@ extern int rtq_toomany; /* XXX */ */ struct router_info { - struct ifnet *ifp; - int type; /* type of router which is querier on this interface */ - int time; /* # of slow timeouts since last old query */ - struct router_info *next; + struct ifnet *rti_ifp; + int rti_type; /* type of router which is querier on this interface */ + int rti_time; /* # of slow timeouts since last old query */ + struct router_info *rti_next; }; /* -- cgit v1.1