Go to the source code of this file.
|
u8 * | format_ppp_protocol (u8 *s, va_list *args) |
|
u8 * | format_ppp_header_with_length (u8 *s, va_list *args) |
|
u8 * | format_ppp_header (u8 *s, va_list *args) |
|
uword | unformat_ppp_protocol_host_byte_order (unformat_input_t *input, va_list *args) |
|
uword | unformat_ppp_protocol_net_byte_order (unformat_input_t *input, va_list *args) |
|
uword | unformat_ppp_header (unformat_input_t *input, va_list *args) |
|
static uword | ppp_set_rewrite (vnet_main_t *vnm, u32 sw_if_index, u32 l3_type, void *dst_address, void *rewrite, uword max_rewrite_bytes) |
|
| VNET_HW_INTERFACE_CLASS (ppp_hw_interface_class) |
|
static void | add_protocol (ppp_main_t *pm, ppp_protocol_t protocol, char *protocol_name) |
|
static clib_error_t * | ppp_init (vlib_main_t *vm) |
|
ppp_main_t * | ppp_get_main (vlib_main_t *vm) |
|
u8* format_ppp_header |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Definition at line 95 of file ppp.c.
u8* format_ppp_header_with_length |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Definition at line 60 of file ppp.c.
u8* format_ppp_protocol |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Definition at line 46 of file ppp.c.
static uword ppp_set_rewrite |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
sw_if_index, |
|
|
u32 |
l3_type, |
|
|
void * |
dst_address, |
|
|
void * |
rewrite, |
|
|
uword |
max_rewrite_bytes |
|
) |
| |
|
static |
Definition at line 44 of file ppp.c.