FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
collection of data related to IGMP More...
Data Fields | |
u16 | msg_id_base |
API base message ID. More... | |
uword * | igmp_api_client_by_client_index |
vpe_client_registration_t * | api_clients |
API client registered for events. More... | |
u32 * | igmp_config_by_sw_if_index |
per-interface DB of configs More... | |
u32 * | n_configs_per_mfib_index |
the number of igmp configs for each mfib_index (VRF) More... | |
vlib_log_class_t | logger |
logger - VLIB log class More... | |
igmp_config_t * | configs |
pool of configs More... | |
igmp_group_t * | groups |
pool of groups More... | |
igmp_src_t * | srcs |
pool of sources More... | |
u32 * | igmp_proxy_device_by_vrf_id |
per-vrf DB of proxy devices More... | |
igmp_proxy_device_t * | proxy_devices |
pool of proxy devices More... | |
vpe_client_registration_t* igmp_main_t_::api_clients |
igmp_config_t* igmp_main_t_::configs |
igmp_group_t* igmp_main_t_::groups |
u32* igmp_main_t_::igmp_config_by_sw_if_index |
u32* igmp_main_t_::igmp_proxy_device_by_vrf_id |
vlib_log_class_t igmp_main_t_::logger |
u32* igmp_main_t_::n_configs_per_mfib_index |
igmp_proxy_device_t* igmp_main_t_::proxy_devices |
igmp_src_t* igmp_main_t_::srcs |