Go to the source code of this file.
◆ snap_input_next_t
Enumerator |
---|
SNAP_INPUT_NEXT_DROP | |
SNAP_INPUT_NEXT_PUNT | |
SNAP_INPUT_NEXT_ETHERNET_TYPE | |
SNAP_INPUT_N_NEXT | |
Definition at line 45 of file node.c.
◆ format_snap_input_trace()
static u8* format_snap_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
◆ snap_input()
◆ snap_input_init()
◆ snap_register_input_protocol()
void snap_register_input_protocol |
( |
vlib_main_t * |
vm, |
|
|
char * |
name, |
|
|
u32 |
ieee_oui, |
|
|
u16 |
protocol, |
|
|
u32 |
node_index |
|
) |
| |
◆ snap_error_strings
char* snap_error_strings[] |
|
static |
Initial value:= {
#define _(f,s)
}
#define foreach_snap_error
Definition at line 258 of file node.c.
◆ snap_input_node
Initial value:= {
.name = "snap-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static u8 * format_snap_input_trace(u8 *s, va_list *va)
static char * snap_error_strings[]
format_function_t format_snap_header_with_length
unformat_function_t unformat_snap_header
static uword snap_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (snap_input_node)
Definition at line 265 of file node.c.