Go to the source code of this file.
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.
static u8* format_snap_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
void snap_register_input_protocol |
( |
vlib_main_t * |
vm, |
|
|
char * |
name, |
|
|
u32 |
ieee_oui, |
|
|
u16 |
protocol, |
|
|
u32 |
node_index |
|
) |
| |
char* snap_error_strings[] |
|
static |
Initial value:= {
#define _(f,s)
}
#define foreach_snap_error
Definition at line 263 of file node.c.
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 270 of file node.c.