OpenSDN source code
|
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 |
#define IGMP_QUERY_INTERVAL (125 * MSECS_PER_SEC) |
Definition at line 9 of file igmp_private.h.
#define IGMP_QUERY_LASTMEMBER_INTERVAL (1 * MSECS_PER_SEC) |
Definition at line 11 of file igmp_private.h.
#define IGMP_QUERY_RESPONSE_INTERVAL (10 * MSECS_PER_SEC) |
Definition at line 10 of file igmp_private.h.
#define IGMP_ROBUST_COUNT 2 |
Definition at line 8 of file igmp_private.h.
#define IGMP_VERSION_1 1 |
Definition at line 13 of file igmp_private.h.
#define IGMP_VERSION_2 2 |
Definition at line 14 of file igmp_private.h.
#define IGMP_VERSION_3 3 |
Definition at line 15 of file igmp_private.h.