Go to the source code of this file.
|
| #define | foreach_igmp_mode |
| | IGMP source - where to the request for state arrive from host - from an API/CLI command to add the state network - from a received report Each source could be mode from both modes, so these are flags. More...
|
| |
| #define | foreach_igmp_filter_mode |
| | IGMP filter mode Exclude all source address except this one Include only this source address. More...
|
| |
| #define | IGMP_N_FILTER_MODES 2 |
| |
| #define foreach_igmp_filter_mode |
Value:
IGMP filter mode Exclude all source address except this one Include only this source address.
Definition at line 56 of file igmp_types.h.
| #define foreach_igmp_mode |
Value:_ (1, HOST) \
_ (2, ROUTER) \
IGMP source - where to the request for state arrive from host - from an API/CLI command to add the state network - from a received report Each source could be mode from both modes, so these are flags.
Definition at line 28 of file igmp_types.h.
| #define IGMP_N_FILTER_MODES 2 |
IGMP Key Used to index groups within an interface config and sources within a list.
Definition at line 49 of file igmp_types.h.
| Enumerator |
|---|
| foreach_igmp_filter_mode |
|
Definition at line 60 of file igmp_types.h.
| Enumerator |
|---|
| foreach_igmp_mode |
|
Definition at line 32 of file igmp_types.h.
| Enumerator |
|---|
| IGMP_MSG_REPORT |
|
| IGMP_MSG_QUERY |
|
Definition at line 39 of file igmp_types.h.