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()
◆ VLIB_WORKER_INIT_FUNCTION()
◆ ppp_error_strings
char* ppp_error_strings[] |
|
static |
Initial value:= {
#define ppp_error(n,s)
}
vl_api_ip_proto_t protocol
manual_print typedef address
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)
},
}
unformat_function_t unformat_ppp_header
static u8 * format_ppp_input_trace(u8 *s, va_list *va)
#define foreach_ppp_input_next
static char * ppp_error_strings[]
format_function_t format_ppp_header_with_length
static uword ppp_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (ppp_input_node)
Definition at line 269 of file node.c.