FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | igmp_ssm_range_walk_ctx_t_ |
Macros | |
#define | vl_typedefs |
#define | vl_endianfun |
#define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
#define | vl_printfun |
#define | vl_api_version(n, v) static u32 api_version=(v); |
#define | IGMP_MSG_ID(_id) (_id + igmp_main.msg_id_base) |
#define | foreach_igmp_plugin_api_msg |
#define | vl_msg_name_crc_list |
Typedefs | |
typedef struct igmp_ssm_range_walk_ctx_t_ | igmp_ssm_range_walk_ctx_t |
#define foreach_igmp_plugin_api_msg |
Definition at line 53 of file igmp_api.c.
#define IGMP_MSG_ID | ( | _id | ) | (_id + igmp_main.msg_id_base) |
Definition at line 51 of file igmp_api.c.
#define vl_api_version | ( | n, | |
v | |||
) | static u32 api_version=(v); |
Definition at line 45 of file igmp_api.c.
#define vl_endianfun |
Definition at line 34 of file igmp_api.c.
#define vl_msg_name_crc_list |
Definition at line 448 of file igmp_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 39 of file igmp_api.c.
#define vl_printfun |
Definition at line 40 of file igmp_api.c.
#define vl_typedefs |
Definition at line 29 of file igmp_api.c.
typedef struct igmp_ssm_range_walk_ctx_t_ igmp_ssm_range_walk_ctx_t |
|
static |
|
static |
Definition at line 182 of file igmp_api.c.
void igmp_event | ( | igmp_filter_mode_t | filter, |
u32 | sw_if_index, | ||
const ip46_address_t * | saddr, | ||
const ip46_address_t * | gaddr | ||
) |
Send an IGMP event to listening parties.
filter | mode |
sw_if_index | |
saddr | |
gaddr |
Definition at line 421 of file igmp_api.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 294 of file igmp_api.c.
|
static |
Definition at line 163 of file igmp_api.c.
void send_igmp_event | ( | vl_api_registration_t * | rp, |
u32 | context, | ||
igmp_filter_mode_t | filter, | ||
u32 | sw_if_index, | ||
const ip46_address_t * | saddr, | ||
const ip46_address_t * | gaddr | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 145 of file igmp_api.c.
|
static |
|
static |
VL_MSG_API_REAPER_FUNCTION | ( | want_igmp_events_reaper | ) |
VLIB_API_INIT_FUNCTION | ( | igmp_plugin_api_hookup | ) |
|
static |