INET Framework for OMNeT++/OMNEST
igmp.h File Reference

Classes

struct  inet::serializer::igmp
 

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 
 inet::serializer
 

Macros

#define IGMP_MINLEN   8
 
#define IGMP_DVMRP   0x13 /* DVMRP routing message */
 
#define IGMP_PIM   0x14 /* PIM routing message */
 
#define IGMP_MTRACE_RESP   0x1e /* traceroute resp.(to sender)*/
 
#define IGMP_MTRACE   0x1f /* mcast traceroute messages */
 
#define IGMP_MAX_HOST_REPORT_DELAY   10 /* max delay for response to */
 
#define IGMP_TIMER_SCALE   10 /* denotes that the igmp code field */
 
#define IGMP_HOST_MEMBERSHIP_QUERY   IGMP_MEMBERSHIP_QUERY
 
#define IGMP_HOST_MEMBERSHIP_REPORT   IGMP_V1_MEMBERSHIP_REPORT
 
#define IGMP_HOST_NEW_MEMBERSHIP_REPORT   IGMP_V2_MEMBERSHIP_REPORT
 
#define IGMP_HOST_LEAVE_MESSAGE   IGMP_V2_LEAVE_GROUP
 

Macro Definition Documentation

#define IGMP_DVMRP   0x13 /* DVMRP routing message */
#define IGMP_HOST_LEAVE_MESSAGE   IGMP_V2_LEAVE_GROUP
#define IGMP_HOST_MEMBERSHIP_QUERY   IGMP_MEMBERSHIP_QUERY
#define IGMP_HOST_MEMBERSHIP_REPORT   IGMP_V1_MEMBERSHIP_REPORT
#define IGMP_HOST_NEW_MEMBERSHIP_REPORT   IGMP_V2_MEMBERSHIP_REPORT
#define IGMP_MAX_HOST_REPORT_DELAY   10 /* max delay for response to */
#define IGMP_MINLEN   8
#define IGMP_MTRACE   0x1f /* mcast traceroute messages */
#define IGMP_MTRACE_RESP   0x1e /* traceroute resp.(to sender)*/
#define IGMP_PIM   0x14 /* PIM routing message */
#define IGMP_TIMER_SCALE   10 /* denotes that the igmp code field */