OpenSDN source code
igmp_private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IGMP_ROBUST_COUNT   2
 
#define IGMP_QUERY_INTERVAL   (125 * MSECS_PER_SEC)
 
#define IGMP_QUERY_RESPONSE_INTERVAL   (10 * MSECS_PER_SEC)
 
#define IGMP_QUERY_LASTMEMBER_INTERVAL   (1 * MSECS_PER_SEC)
 
#define IGMP_VERSION_1   1
 
#define IGMP_VERSION_2   2
 
#define IGMP_VERSION_3   3
 

Macro Definition Documentation

◆ IGMP_QUERY_INTERVAL

#define IGMP_QUERY_INTERVAL   (125 * MSECS_PER_SEC)

Definition at line 9 of file igmp_private.h.

◆ IGMP_QUERY_LASTMEMBER_INTERVAL

#define IGMP_QUERY_LASTMEMBER_INTERVAL   (1 * MSECS_PER_SEC)

Definition at line 11 of file igmp_private.h.

◆ IGMP_QUERY_RESPONSE_INTERVAL

#define IGMP_QUERY_RESPONSE_INTERVAL   (10 * MSECS_PER_SEC)

Definition at line 10 of file igmp_private.h.

◆ IGMP_ROBUST_COUNT

#define IGMP_ROBUST_COUNT   2

Definition at line 8 of file igmp_private.h.

◆ IGMP_VERSION_1

#define IGMP_VERSION_1   1

Definition at line 13 of file igmp_private.h.

◆ IGMP_VERSION_2

#define IGMP_VERSION_2   2

Definition at line 14 of file igmp_private.h.

◆ IGMP_VERSION_3

#define IGMP_VERSION_3   3

Definition at line 15 of file igmp_private.h.