Go to the source code of this file.
◆ igmp_input_next_t
Enumerator |
---|
IGMP_INPUT_NEXT_DROP | |
IGMP_INPUT_NEXT_PARSE_QUERY | |
IGMP_INPUT_NEXT_PARSE_REPORT | |
IGMP_INPUT_N_NEXT | |
Definition at line 34 of file igmp_input.c.
◆ igmp_parse_query_next_t
Enumerator |
---|
IGMP_PARSE_QUERY_NEXT_DROP | |
IGMP_PARSE_QUERY_N_NEXT | |
Definition at line 42 of file igmp_input.c.
◆ igmp_parse_report_next_t
Enumerator |
---|
IGMP_PARSE_REPORT_NEXT_DROP | |
IGMP_PARSE_REPORT_N_NEXT | |
Definition at line 48 of file igmp_input.c.
◆ format_igmp_input_trace()
static u8* format_igmp_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
◆ format_igmp_parse_query_trace()
static u8* format_igmp_parse_query_trace |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
◆ format_igmp_parse_report_trace()
static u8* format_igmp_parse_report_trace |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
◆ igmp_input()
◆ igmp_input_init()
◆ igmp_parse_query()
◆ igmp_parse_report()
◆ igmp_error_strings
char* igmp_error_strings[] |
Initial value:= {
#define _(sym,string)
}
#define foreach_igmp_error
Definition at line 54 of file igmp_input.c.
◆ igmp_input_node
Initial value:=
{
.name = "igmp-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
}
}
(constructor) VLIB_REGISTER_NODE (igmp_input_node)
Definition at line 220 of file igmp_input.c.
◆ igmp_parse_query_node
Initial value:=
{
.name = "igmp-parse-query",
.vector_size =
sizeof (
u32),
.next_nodes = {
}
}
(constructor) VLIB_REGISTER_NODE (igmp_parse_query_node)
Definition at line 320 of file igmp_input.c.
◆ igmp_parse_report_node
Initial value:=
{
.name = "igmp-parse-report",
.vector_size =
sizeof (
u32),
.next_nodes = {
}
}
(constructor) VLIB_REGISTER_NODE (igmp_parse_report_node)
Definition at line 426 of file igmp_input.c.