![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Include dependency graph for igmp_api.c: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.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
|
static |
Definition at line 294 of file igmp_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 163 of file igmp_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void send_igmp_event | ( | unix_shared_memory_queue_t * | q, |
| 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.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
| VL_MSG_API_REAPER_FUNCTION | ( | want_igmp_events_reaper | ) |
Here is the caller graph for this function:| VLIB_API_INIT_FUNCTION | ( | igmp_plugin_api_hookup | ) |
Here is the caller graph for this function:
|
static |