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 |
| |
◆ foreach_igmp_filter_mode
| #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.
◆ foreach_igmp_mode
| #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.
◆ IGMP_N_FILTER_MODES
| #define IGMP_N_FILTER_MODES 2 |
◆ igmp_filter_mode_t
◆ igmp_key_t
IGMP Key Used to index groups within an interface config and sources within a list.
Definition at line 49 of file igmp_types.h.
◆ igmp_mode_t
◆ igmp_msg_type_t
◆ igmp_filter_mode_t_
| Enumerator |
|---|
| foreach_igmp_filter_mode | |
Definition at line 60 of file igmp_types.h.
◆ igmp_mode_t_
| Enumerator |
|---|
| foreach_igmp_mode | |
Definition at line 32 of file igmp_types.h.
◆ igmp_msg_type_t_
| Enumerator |
|---|
| IGMP_MSG_REPORT | |
| IGMP_MSG_QUERY | |
Definition at line 39 of file igmp_types.h.