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

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   dhcp_base_msg_id
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_dhcp6_pd_client_enable_disable_t_handler (vl_api_dhcp6_pd_client_enable_disable_t *mp)
 
static void vl_api_ip6_add_del_address_using_prefix_t_handler (vl_api_ip6_add_del_address_using_prefix_t *mp)
 
static clib_error_tdhcp_pd_client_cp_api_init (vlib_main_t *vm)
 

Variables

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

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   dhcp_base_msg_id

Definition at line 31 of file dhcp6_pd_client_cp_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 80 of file dhcp6_pd_client_cp_api.c.

Function Documentation

◆ dhcp_pd_client_cp_api_init()

static clib_error_t* dhcp_pd_client_cp_api_init ( vlib_main_t vm)
static

Definition at line 85 of file dhcp6_pd_client_cp_api.c.

+ Here is the call graph for this function:

◆ vl_api_dhcp6_pd_client_enable_disable_t_handler()

static void vl_api_dhcp6_pd_client_enable_disable_t_handler ( vl_api_dhcp6_pd_client_enable_disable_t mp)
static

Definition at line 37 of file dhcp6_pd_client_cp_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip6_add_del_address_using_prefix_t_handler()

static void vl_api_ip6_add_del_address_using_prefix_t_handler ( vl_api_ip6_add_del_address_using_prefix_t mp)
static

Definition at line 57 of file dhcp6_pd_client_cp_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ dhcp_base_msg_id

u32 dhcp_base_msg_id
static

Base message ID fot the plugin.

Definition at line 30 of file dhcp6_pd_client_cp_api.c.