FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
IGMP source The representation of a specified source address with in multicast group. More...
Data Fields | |
igmp_key_t * | key |
The source's key. More... | |
u32 | exp_timer |
The liveness timer. More... | |
u32 | group |
The group this source is on. More... | |
igmp_mode_t | mode |
the mode that provided this source More... | |
u32 | timers [IGMP_SRC_N_TIMERS] |
Timers. More... | |
u8 * | referance_by_config_index |
Tells us which configurations have this source. More... | |
IGMP source The representation of a specified source address with in multicast group.
Definition at line 41 of file igmp_src.h.
u32 igmp_src_t_::exp_timer |
The liveness timer.
Reset with each received report. on expiry the source is removed from the group.
Definition at line 52 of file igmp_src.h.
u32 igmp_src_t_::group |
The group this source is on.
Definition at line 57 of file igmp_src.h.
igmp_key_t* igmp_src_t_::key |
The source's key.
Definition at line 46 of file igmp_src.h.
igmp_mode_t igmp_src_t_::mode |
the mode that provided this source
Definition at line 62 of file igmp_src.h.
u8* igmp_src_t_::referance_by_config_index |
Tells us which configurations have this source.
Definition at line 73 of file igmp_src.h.
u32 igmp_src_t_::timers[IGMP_SRC_N_TIMERS] |
Timers.
Definition at line 67 of file igmp_src.h.