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:
Definition at line 258 of file node.c.
◆ snap_input_node
Initial value:= {
.name = "snap-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (snap_input_node)
Definition at line 265 of file node.c.