FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
ip6_nd_api.c File Reference
+ Include dependency graph for ip6_nd_api.c:

Go to the source code of this file.

Data Structures

struct  api_ip6nd_proxy_fib_table_walk_ctx_t_
 

Macros

#define REPLY_MSG_ID_BASE   ip6_nd_base_msg_id
 

Typedefs

typedef struct api_ip6nd_proxy_fib_table_walk_ctx_t_ api_ip6nd_proxy_fib_table_walk_ctx_t
 

Functions

static void send_ip6nd_proxy_details (vl_api_registration_t *reg, u32 context, const ip46_address_t *addr, u32 sw_if_index)
 
static fib_table_walk_rc_t api_ip6nd_proxy_fib_table_walk (fib_node_index_t fei, void *arg)
 
static void vl_api_ip6nd_proxy_dump_t_handler (vl_api_ip6nd_proxy_dump_t *mp)
 
static void vl_api_ip6nd_proxy_add_del_t_handler (vl_api_ip6nd_proxy_add_del_t *mp)
 
static void vl_api_sw_interface_ip6nd_ra_config_t_handler (vl_api_sw_interface_ip6nd_ra_config_t *mp)
 
static void vl_api_sw_interface_ip6nd_ra_prefix_t_handler (vl_api_sw_interface_ip6nd_ra_prefix_t *mp)
 
static void vl_api_ip6nd_send_router_solicitation_t_handler (vl_api_ip6nd_send_router_solicitation_t *mp)
 
static void ip6_ra_handle_report (const ip6_ra_report_t *rap)
 
static void vl_api_want_ip6_ra_events_t_handler (vl_api_want_ip6_ra_events_t *mp)
 
static clib_error_twant_ip6_ra_events_reaper (u32 client_index)
 
 VL_MSG_API_REAPER_FUNCTION (want_ip6_ra_events_reaper)
 
static clib_error_tip6_nd_api_init (vlib_main_t *vm)
 

Variables

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

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   ip6_nd_base_msg_id

Definition at line 42 of file ip6_nd_api.c.

Typedef Documentation

◆ api_ip6nd_proxy_fib_table_walk_ctx_t

Function Documentation

◆ api_ip6nd_proxy_fib_table_walk()

static fib_table_walk_rc_t api_ip6nd_proxy_fib_table_walk ( fib_node_index_t  fei,
void *  arg 
)
static

Definition at line 70 of file ip6_nd_api.c.

+ Here is the call graph for this function:

◆ ip6_nd_api_init()

static clib_error_t* ip6_nd_api_init ( vlib_main_t vm)
static

Definition at line 366 of file ip6_nd_api.c.

+ Here is the call graph for this function:

◆ ip6_ra_handle_report()

static void ip6_ra_handle_report ( const ip6_ra_report_t rap)
static

Definition at line 235 of file ip6_nd_api.c.

+ Here is the caller graph for this function:

◆ send_ip6nd_proxy_details()

static void send_ip6nd_proxy_details ( vl_api_registration_t reg,
u32  context,
const ip46_address_t *  addr,
u32  sw_if_index 
)
static

Definition at line 47 of file ip6_nd_api.c.

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

◆ vl_api_ip6nd_proxy_add_del_t_handler()

static void vl_api_ip6nd_proxy_add_del_t_handler ( vl_api_ip6nd_proxy_add_del_t mp)
static

Definition at line 124 of file ip6_nd_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip6nd_proxy_dump_t_handler()

static void vl_api_ip6nd_proxy_dump_t_handler ( vl_api_ip6nd_proxy_dump_t mp)
static

Definition at line 83 of file ip6_nd_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip6nd_send_router_solicitation_t_handler()

static void vl_api_ip6nd_send_router_solicitation_t_handler ( vl_api_ip6nd_send_router_solicitation_t mp)
static

Definition at line 210 of file ip6_nd_api.c.

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

◆ vl_api_sw_interface_ip6nd_ra_config_t_handler()

static void vl_api_sw_interface_ip6nd_ra_config_t_handler ( vl_api_sw_interface_ip6nd_ra_config_t mp)
static

Definition at line 144 of file ip6_nd_api.c.

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

◆ vl_api_sw_interface_ip6nd_ra_prefix_t_handler()

static void vl_api_sw_interface_ip6nd_ra_prefix_t_handler ( vl_api_sw_interface_ip6nd_ra_prefix_t mp)
static

Definition at line 179 of file ip6_nd_api.c.

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

◆ vl_api_want_ip6_ra_events_t_handler()

static void vl_api_want_ip6_ra_events_t_handler ( vl_api_want_ip6_ra_events_t mp)
static

Definition at line 295 of file ip6_nd_api.c.

+ Here is the call graph for this function:

◆ VL_MSG_API_REAPER_FUNCTION()

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

◆ want_ip6_ra_events_reaper()

static clib_error_t* want_ip6_ra_events_reaper ( u32  client_index)
static

Definition at line 344 of file ip6_nd_api.c.

+ Here is the call graph for this function:

Variable Documentation

◆ ip6_nd_base_msg_id

u32 ip6_nd_base_msg_id
static

Base message ID fot the plugin.

Definition at line 41 of file ip6_nd_api.c.