|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
97 #define _(v,t) case IGMP_CONFIG_TIMER_##v: return (format (s, "%s", t));
116 s =
format (s,
"interface: %U mode: %U %U",
123 s =
format (s,
"\n %U:%U",
igmp_config_t * configs
pool of configs
#define FOR_EACH_GROUP(_group, _config, _body)
vnet_interface_main_t * im
igmp_config_t * igmp_config_get(u32 index)
Get the config from the pool index.
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
void igmp_timer_retire(igmp_timer_id_t *tid)
IGMP interface configuration.
void igmp_group_clear(igmp_group_t **group)
IGMP group A multicast group address for which reception has been requested.
u8 * format_igmp_timer_id(u8 *s, va_list *args)
igmp_config_t * igmp_config_lookup(u32 sw_if_index)
igmp config lookup
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
#define IGMP_CONFIG_N_TIMERS
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
vnet_main_t * vnet_get_main(void)
igmp_timer_id_t timers[IGMP_CONFIG_N_TIMERS]
A vector of scheduled query-response timers.
u32 igmp_config_index(const igmp_config_t *c)
Get the pool index for a config.
igmp_group_t * igmp_group_lookup(igmp_config_t *config, const igmp_key_t *key)
igmp group lookup
igmp_group_t * groups
pool of groups
u32 proxy_device_id
ID of a proxy device this configuration is on.
u8 * format_igmp_group(u8 *s, va_list *args)
@ foreach_igmp_config_timer_type
u8 * format_igmp_config_timer_type(u8 *s, va_list *args)
#define hash_get_mem(h, key)
format_function_t format_vnet_sw_if_index_name
description fragment has unexpected format
u8 * format_igmp_config(u8 *s, va_list *args)
uword * igmp_group_by_key
Database of groups joined on the link.
enum igmp_config_timer_type_t_ igmp_config_timer_type_t
void igmp_clear_config(igmp_config_t *config)
igmp clear config
vl_api_interface_index_t sw_if_index
vl_api_fib_path_type_t type
collection of data related to IGMP
ip46_address_t igmp_key_t
IGMP Key Used to index groups within an interface config and sources within a list.