Go to the source code of this file.
#define foreach_ppp_input_next |
Value:
Definition at line 45 of file node.c.
#define ppp_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
Enumerator |
---|
PPP_INPUT_N_NEXT |
|
Definition at line 49 of file node.c.
static u8* format_ppp_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
char* ppp_error_strings[] |
|
static |
Initial value:= {
#define ppp_error(n,s)
ppp_error (UNKNOWN_PROTOCOL, "unknown ppp protocol")
ppp_error (UNKNOWN_ADDRESS_CONTROL, "address, control != 0xff03")
}
Definition at line 266 of file node.c.
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)
static char * ppp_error_strings[]
static uword ppp_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
format_function_t format_ppp_header_with_length
#define foreach_ppp_input_next
(constructor) VLIB_REGISTER_NODE (ppp_input_node)
Definition at line 273 of file node.c.