FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
igmp_src_t_ Struct Reference

IGMP source The representation of a specified source address with in multicast group. More...

Data Fields

igmp_key_tkey
 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...
 

Detailed Description

IGMP source The representation of a specified source address with in multicast group.

Definition at line 41 of file igmp_src.h.

Field Documentation

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.

u32 igmp_src_t_::timers[IGMP_SRC_N_TIMERS]

Timers.

Definition at line 67 of file igmp_src.h.


The documentation for this struct was generated from the following file: