FD.io VPP  v18.04-17-g3a0d853
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 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 foreach_vpe_api_msg
 
#define vl_msg_name_crc_list
 

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 void setup_message_id_table (api_main_t *am)
 
static clib_error_tp2p_ethernet_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (p2p_ethernet_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg
Value:
_(P2P_ETHERNET_ADD, p2p_ethernet_add) \
_(P2P_ETHERNET_DEL, p2p_ethernet_del)

Definition at line 42 of file p2p_ethernet_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 30 of file p2p_ethernet_api.c.

#define vl_msg_name_crc_list

Definition at line 94 of file p2p_ethernet_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 35 of file p2p_ethernet_api.c.

#define vl_printfun

Definition at line 36 of file p2p_ethernet_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 26 of file p2p_ethernet_api.c.

Function Documentation

static clib_error_t* p2p_ethernet_api_hookup ( vlib_main_t vm)
static

Definition at line 107 of file p2p_ethernet_api.c.

+ Here is the call graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 99 of file p2p_ethernet_api.c.

+ Here is the caller graph for this function:

void vl_api_p2p_ethernet_add_t_handler ( vl_api_p2p_ethernet_add_t mp)

Definition at line 47 of file p2p_ethernet_api.c.

+ Here is the call graph for this function:

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 ( p2p_ethernet_api_hookup  )

+ Here is the caller graph for this function: