FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
rd_cp_api.c File Reference
+ Include dependency graph for rd_cp_api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   rd_cp_base_msg_id
 

Functions

static void vl_api_ip6_nd_address_autoconfig_t_handler (vl_api_ip6_nd_address_autoconfig_t *mp)
 
static clib_error_trd_cp_api_init (vlib_main_t *vm)
 

Variables

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

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   rd_cp_base_msg_id

Definition at line 30 of file rd_cp_api.c.

Function Documentation

◆ rd_cp_api_init()

static clib_error_t* rd_cp_api_init ( vlib_main_t vm)
static

Definition at line 58 of file rd_cp_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip6_nd_address_autoconfig_t_handler()

static void vl_api_ip6_nd_address_autoconfig_t_handler ( vl_api_ip6_nd_address_autoconfig_t mp)
static

Definition at line 36 of file rd_cp_api.c.

+ Here is the call graph for this function:

Variable Documentation

◆ rd_cp_base_msg_id

u32 rd_cp_base_msg_id
static

Base message ID fot the plugin.

Definition at line 29 of file rd_cp_api.c.