Go to the source code of this file.
◆ pppoe_error
#define pppoe_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
◆ format_pppoe_rx_trace()
static u8* format_pppoe_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ pppoe_input()
◆ pppoe_error_strings
char* pppoe_error_strings[] |
|
static |
Initial value:= {
#define pppoe_error(n,s)
}
Definition at line 394 of file pppoe_decap.c.
◆ pppoe_input_node
Initial value:= {
.name = "pppoe-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static u8 * format_pppoe_rx_trace(u8 *s, va_list *args)
#define foreach_pppoe_input_next
static uword pppoe_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static char * pppoe_error_strings[]
(constructor) VLIB_REGISTER_NODE (pppoe_input_node)
Definition at line 401 of file pppoe_decap.c.