diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:16:23 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:16:23 +0000 |
| commit | 9b2e535452929d6f2f798a2c01b23b1f547a0b0f (patch) | |
| tree | 176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/netinet/igmp.h | |
| parent | 44204187ec133a0ab7bd77c8d974ad5afd4d88b4 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/igmp.h')
| -rw-r--r-- | sys/netinet/igmp.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet/igmp.h b/sys/netinet/igmp.h index 1e082c4e570d..4011b4c8dcfa 100644 --- a/sys/netinet/igmp.h +++ b/sys/netinet/igmp.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)igmp.h 8.1 (Berkeley) 6/10/93 - * $Id: igmp.h,v 1.3 1994/08/21 05:27:25 paul Exp $ + * $Id: igmp.h,v 1.4 1994/09/06 22:42:17 wollman Exp $ */ #ifndef _NETINET_IGMP_H_ @@ -76,15 +76,15 @@ struct igmp { #define IGMP_DELAYING_MEMBER 1 #define IGMP_IDLE_MEMBER 2 -#define IGMP_LAZY_MEMBER 3 -#define IGMP_SLEEPING_MEMBER 4 -#define IGMP_AWAKENING_MEMBER 5 +#define IGMP_LAZY_MEMBER 3 +#define IGMP_SLEEPING_MEMBER 4 +#define IGMP_AWAKENING_MEMBER 5 #define IGMP_OLD_ROUTER 0 #define IGMP_NEW_ROUTER 1 -#define IGMP_AGE_THRESHOLD 540 +#define IGMP_AGE_THRESHOLD 540 #ifdef IGMP_STATES static char *tostate[]={"","DELAYING_MEMBER","IDLE","LAZY","SLEEPING", |
