Go to the source code of this file.
◆ foreach_ppp_input_next
#define foreach_ppp_input_next |
Value:
Definition at line 45 of file node.c.
◆ ppp_error
#define ppp_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
◆ ppp_input_next_t
Enumerator |
---|
PPP_INPUT_N_NEXT | |
Definition at line 49 of file node.c.
◆ format_ppp_input_trace()
static u8* format_ppp_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
◆ ppp_input()
◆ ppp_input_init()
◆ ppp_input_runtime_init()
◆ ppp_register_input_protocol()
◆ ppp_setup_node()
◆ VLIB_WORKER_INIT_FUNCTION()
◆ ppp_error_strings
char* ppp_error_strings[] |
|
static |
Initial value:= {
#define ppp_error(n,s)
}
Definition at line 262 of file node.c.
◆ ppp_input_node
Initial value:= {
.name = "ppp-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
(constructor) VLIB_REGISTER_NODE (ppp_input_node)
Definition at line 269 of file node.c.