FD.io VPP  v21.01.1
Vector Packet Processing
lldp_api.c File Reference
+ Include dependency graph for lldp_api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   lldp_base_msg_id
 

Functions

static void vl_api_lldp_config_t_handler (vl_api_lldp_config_t *mp)
 
static void vl_api_sw_interface_set_lldp_t_handler (vl_api_sw_interface_set_lldp_t *mp)
 
static clib_error_tlldp_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (lldp_api_hookup)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

static u32 lldp_base_msg_id
 Base message ID fot the plugin. More...
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   lldp_base_msg_id

Definition at line 40 of file lldp_api.c.

Function Documentation

◆ lldp_api_hookup()

static clib_error_t* lldp_api_hookup ( vlib_main_t vm)
static

Definition at line 130 of file lldp_api.c.

+ Here is the call graph for this function:

◆ vl_api_lldp_config_t_handler()

static void vl_api_lldp_config_t_handler ( vl_api_lldp_config_t mp)
static

Definition at line 45 of file lldp_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_set_lldp_t_handler()

static void vl_api_sw_interface_set_lldp_t_handler ( vl_api_sw_interface_set_lldp_t mp)
static

Definition at line 64 of file lldp_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( lldp_api_hookup  )
+ Here is the caller graph for this function:

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )
+ Here is the caller graph for this function:

Variable Documentation

◆ lldp_base_msg_id

u32 lldp_base_msg_id
static

Base message ID fot the plugin.

Definition at line 39 of file lldp_api.c.