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

Classes

struct  inet::igmp
 

Namespaces

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

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

◆ IGMP_DVMRP

#define IGMP_DVMRP   0x13 /* DVMRP routing message */

◆ IGMP_HOST_LEAVE_MESSAGE

#define IGMP_HOST_LEAVE_MESSAGE   IGMP_V2_LEAVE_GROUP

◆ IGMP_HOST_MEMBERSHIP_QUERY

#define IGMP_HOST_MEMBERSHIP_QUERY   IGMP_MEMBERSHIP_QUERY

◆ IGMP_HOST_MEMBERSHIP_REPORT

#define IGMP_HOST_MEMBERSHIP_REPORT   IGMP_V1_MEMBERSHIP_REPORT

◆ IGMP_HOST_NEW_MEMBERSHIP_REPORT

#define IGMP_HOST_NEW_MEMBERSHIP_REPORT   IGMP_V2_MEMBERSHIP_REPORT

◆ IGMP_MAX_HOST_REPORT_DELAY

#define IGMP_MAX_HOST_REPORT_DELAY   10 /* max delay for response to */

◆ IGMP_MINLEN

#define IGMP_MINLEN   8

◆ IGMP_MTRACE

#define IGMP_MTRACE   0x1f /* mcast traceroute messages */

◆ IGMP_MTRACE_RESP

#define IGMP_MTRACE_RESP   0x1e /* traceroute resp.(to sender)*/

◆ IGMP_PIM

#define IGMP_PIM   0x14 /* PIM routing message */

◆ IGMP_TIMER_SCALE

#define IGMP_TIMER_SCALE   10 /* denotes that the igmp code field */