![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Include dependency graph for igmp_ssm_range.c:Go to the source code of this file.
Data Structures | |
| struct | igmp_group_prefix_t |
Typedefs | |
| typedef struct igmp_group_prefix_t | igmp_group_prefix_t |
Functions | |
| u8 * | format_igmp_group_prefix_type (u8 *s, va_list *args) |
| static int | igmp_group_prefix_cmp (const igmp_group_prefix_t *gp1, const fib_prefix_t *p) |
| void | igmp_group_prefix_set (const fib_prefix_t *pfx, igmp_group_prefix_type_t type) |
| static void | igmp_ssm_range_populate (void) |
| igmp_group_prefix_type_t | igmp_group_prefix_get_type (const ip46_address_t *gaddr) |
| void | igmp_ssm_range_walk (igmp_ssm_range_walk_t fn, void *ctx) |
| static clib_error_t * | igmp_ssm_range_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| static clib_error_t * | igmp_ssm_range_init (vlib_main_t *vm) |
Variables | |
| static igmp_group_prefix_t * | igmp_group_prefixs |
| static vlib_cli_command_t | igmp_show_timers_command |
| (constructor) VLIB_CLI_COMMAND (igmp_show_timers_command) More... | |
| typedef struct igmp_group_prefix_t igmp_group_prefix_t |
Definition at line 29 of file igmp_ssm_range.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 43 of file igmp_ssm_range.c.
Here is the call graph for this function:
Here is the caller graph for this function:| igmp_group_prefix_type_t igmp_group_prefix_get_type | ( | const ip46_address_t * | gaddr | ) |
| void igmp_group_prefix_set | ( | const fib_prefix_t * | pfx, |
| igmp_group_prefix_type_t | type | ||
| ) |
Definition at line 50 of file igmp_ssm_range.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
| void igmp_ssm_range_walk | ( | igmp_ssm_range_walk_t | fn, |
| void * | ctx | ||
| ) |
|
static |
Definition at line 26 of file igmp_ssm_range.c.
|
static |
(constructor) VLIB_CLI_COMMAND (igmp_show_timers_command)
Definition at line 131 of file igmp_ssm_range.c.