Go to the source code of this file.
◆ foreach_hdlc_input_next
#define foreach_hdlc_input_next |
Value:
Definition at line 45 of file node.c.
◆ hdlc_error
#define hdlc_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
◆ hdlc_input_next_t
Enumerator |
---|
HDLC_INPUT_N_NEXT | |
Definition at line 49 of file node.c.
◆ format_hdlc_input_trace()
static u8* format_hdlc_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
◆ hdlc_input()
◆ hdlc_input_init()
◆ hdlc_input_runtime_init()
◆ hdlc_register_input_protocol()
◆ VLIB_WORKER_INIT_FUNCTION()
◆ hdlc_error_strings
char* hdlc_error_strings[] |
|
static |
Initial value:= {
#define hdlc_error(n,s)
}
vl_api_ip_proto_t protocol
manual_print typedef address
Definition at line 276 of file node.c.
◆ hdlc_input_node
Initial value:= {
.name = "hdlc-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static char * hdlc_error_strings[]
format_function_t format_hdlc_header_with_length
static u8 * format_hdlc_input_trace(u8 *s, va_list *va)
unformat_function_t unformat_hdlc_header
static uword hdlc_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
#define foreach_hdlc_input_next
(constructor) VLIB_REGISTER_NODE (hdlc_input_node)
Definition at line 283 of file node.c.