FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | gbp_main_t_ |
L2 Emulation Main. More... | |
struct | gbp_walk_ctx_t_ |
Macros | |
#define | vl_typedefs /* define message structures */ |
#define | vl_endianfun /* define message structures */ |
#define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
#define | vl_printfun |
#define | vl_api_version(n, v) static u32 api_version=(v); |
#define | foreach_gbp_api_msg |
#define | GBP_MSG_BASE gbp_main.msg_id_base |
#define | vl_msg_name_crc_list |
Typedefs | |
typedef struct gbp_main_t_ | gbp_main_t |
L2 Emulation Main. More... | |
typedef struct gbp_walk_ctx_t_ | gbp_walk_ctx_t |
Functions | |
static void | vl_api_gbp_endpoint_add_del_t_handler (vl_api_gbp_endpoint_add_del_t *mp) |
static int | gbp_endpoint_send_details (gbp_endpoint_t *gbpe, void *args) |
static void | vl_api_gbp_endpoint_dump_t_handler (vl_api_gbp_endpoint_dump_t *mp) |
static void | vl_api_gbp_contract_add_del_t_handler (vl_api_gbp_contract_add_del_t *mp) |
static int | gbp_contract_send_details (gbp_contract_t *gbpc, void *args) |
static void | vl_api_gbp_contract_dump_t_handler (vl_api_gbp_contract_dump_t *mp) |
static void | setup_message_id_table (api_main_t *am) |
static void | gbp_api_hookup (vlib_main_t *vm) |
static clib_error_t * | gbp_init (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (gbp_init) | |
VLIB_PLUGIN_REGISTER () | |
Variables | |
static gbp_main_t | gbp_main |
#define foreach_gbp_api_msg |
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
typedef struct gbp_main_t_ gbp_main_t |
L2 Emulation Main.
typedef struct gbp_walk_ctx_t_ gbp_walk_ctx_t |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
VLIB_API_INIT_FUNCTION | ( | gbp_init | ) |
VLIB_PLUGIN_REGISTER | ( | ) |
|
static |