FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | REPLY_MSG_ID_BASE pem->msg_id_base |
Functions | |
static void | vl_api_pppoe_add_del_session_t_handler (vl_api_pppoe_add_del_session_t *mp) |
static void | send_pppoe_session_details (pppoe_session_t *t, vl_api_registration_t *reg, u32 context) |
static void | vl_api_pppoe_session_dump_t_handler (vl_api_pppoe_session_dump_t *mp) |
static void | vl_api_pppoe_add_del_cp_t_handler (vl_api_pppoe_add_del_cp_t *mp) |
static clib_error_t * | pppoe_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (pppoe_api_hookup) | |
#define REPLY_MSG_ID_BASE pem->msg_id_base |
Definition at line 35 of file pppoe_api.c.
|
static |
|
static |
Definition at line 76 of file pppoe_api.c.
|
static |
|
static |
|
static |
VLIB_API_INIT_FUNCTION | ( | pppoe_api_hookup | ) |