FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
l2_api.c File Reference
+ Include dependency graph for l2_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   _(L2_XCONNECT_DUMP, l2_xconnect_dump)
 
#define vl_msg_name_crc_list
 

Functions

static void send_l2_xconnect_details (unix_shared_memory_queue_t *q, u32 context, u32 rx_sw_if_index, u32 tx_sw_if_index)
 
static void vl_api_l2_xconnect_dump_t_handler (vl_api_l2_xconnect_dump_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tl2_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (l2_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg   _(L2_XCONNECT_DUMP, l2_xconnect_dump)

Definition at line 45 of file l2_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 33 of file l2_api.c.

#define vl_msg_name_crc_list

Definition at line 97 of file l2_api.c.

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

Definition at line 38 of file l2_api.c.

#define vl_printfun

Definition at line 39 of file l2_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 29 of file l2_api.c.

Function Documentation

static clib_error_t* l2_api_hookup ( vlib_main_t vm)
static

Definition at line 110 of file l2_api.c.

+ Here is the call graph for this function:

static void send_l2_xconnect_details ( unix_shared_memory_queue_t q,
u32  context,
u32  rx_sw_if_index,
u32  tx_sw_if_index 
)
static

Definition at line 49 of file l2_api.c.

+ Here is the call graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 102 of file l2_api.c.

+ Here is the caller graph for this function:

static void vl_api_l2_xconnect_dump_t_handler ( vl_api_l2_xconnect_dump_t mp)
static

Definition at line 65 of file l2_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( l2_api_hookup  )

+ Here is the caller graph for this function: