FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
p2p_ethernet_api.c File Reference
+ Include dependency graph for p2p_ethernet_api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   p2p_main.msg_id_base
 

Functions

void vl_api_p2p_ethernet_add_t_handler (vl_api_p2p_ethernet_add_t *mp)
 
void vl_api_p2p_ethernet_del_t_handler (vl_api_p2p_ethernet_del_t *mp)
 
static clib_error_tp2p_ethernet_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (p2p_ethernet_api_hookup)
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   p2p_main.msg_id_base

Definition at line 28 of file p2p_ethernet_api.c.

Function Documentation

◆ p2p_ethernet_api_hookup()

static clib_error_t* p2p_ethernet_api_hookup ( vlib_main_t vm)
static

Definition at line 96 of file p2p_ethernet_api.c.

+ Here is the call graph for this function:

◆ vl_api_p2p_ethernet_add_t_handler()

void vl_api_p2p_ethernet_add_t_handler ( vl_api_p2p_ethernet_add_t mp)

Definition at line 32 of file p2p_ethernet_api.c.

+ Here is the call graph for this function:

◆ vl_api_p2p_ethernet_del_t_handler()

void vl_api_p2p_ethernet_del_t_handler ( vl_api_p2p_ethernet_del_t mp)

Definition at line 72 of file p2p_ethernet_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( p2p_ethernet_api_hookup  )