Go to the source code of this file.
|
u8 * | format_hdlc_protocol (u8 *s, va_list *args) |
|
u8 * | format_hdlc_header_with_length (u8 *s, va_list *args) |
|
u8 * | format_hdlc_header (u8 *s, va_list *args) |
|
uword | unformat_hdlc_protocol_host_byte_order (unformat_input_t *input, va_list *args) |
|
uword | unformat_hdlc_protocol_net_byte_order (unformat_input_t *input, va_list *args) |
|
uword | unformat_hdlc_header (unformat_input_t *input, va_list *args) |
|
static u8 * | hdlc_build_rewrite (vnet_main_t *vnm, u32 sw_if_index, vnet_link_t link_type, const void *dst_address) |
|
| VNET_HW_INTERFACE_CLASS (hdlc_hw_interface_class) |
|
static void | add_protocol (hdlc_main_t *pm, hdlc_protocol_t protocol, char *protocol_name) |
|
static clib_error_t * | hdlc_init (vlib_main_t *vm) |
|
◆ add_protocol()
◆ format_hdlc_header()
u8* format_hdlc_header |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_hdlc_header_with_length()
u8* format_hdlc_header_with_length |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_hdlc_protocol()
u8* format_hdlc_protocol |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ hdlc_build_rewrite()
◆ hdlc_init()
◆ unformat_hdlc_header()
◆ unformat_hdlc_protocol_host_byte_order()
◆ unformat_hdlc_protocol_net_byte_order()
◆ VNET_HW_INTERFACE_CLASS()
◆ hdlc_main