FD.io VPP
v21.01.1
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static f64 | igmp_get_random_resp_delay (const igmp_header_t *header) |
static ip46_address_t * | igmp_query_mk_source_list (const igmp_membership_query_v3_t *q) |
static void | igmp_send_group_report_v3 (u32 obj, void *data) |
static igmp_membership_group_v3_type_t | igmp_filter_mode_to_report_type (igmp_filter_mode_t mode) |
static void | igmp_send_general_report_v3 (u32 obj, void *data) |
Send igmp membership general report. More... | |
void | igmp_handle_query (const igmp_query_args_t *args) |
Called from the main thread on reception of a Query message. More... | |
|
static |
|
static |
Definition at line 22 of file igmp_query.c.
void igmp_handle_query | ( | const igmp_query_args_t * | args | ) |
Called from the main thread on reception of a Query message.
Definition at line 174 of file igmp_query.c.
|
static |
|
static |
Send igmp membership general report.
Definition at line 137 of file igmp_query.c.
|
static |
Definition at line 61 of file igmp_query.c.