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

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   vmp->msg_id_base
 

Functions

static void vl_api_vrrp_vr_add_del_t_handler (vl_api_vrrp_vr_add_del_t *mp)
 
static void send_vrrp_vr_details (vrrp_vr_t *vr, vl_api_registration_t *reg, u32 context)
 
static void vl_api_vrrp_vr_dump_t_handler (vl_api_vrrp_vr_dump_t *mp)
 
static void vl_api_vrrp_vr_start_stop_t_handler (vl_api_vrrp_vr_start_stop_t *mp)
 
static void vl_api_vrrp_vr_set_peers_t_handler (vl_api_vrrp_vr_set_peers_t *mp)
 
static void send_vrrp_vr_peer_details (vrrp_vr_t *vr, vl_api_registration_t *reg, u32 context)
 
static void vl_api_vrrp_vr_peer_dump_t_handler (vl_api_vrrp_vr_peer_dump_t *mp)
 
static void vl_api_vrrp_vr_track_if_add_del_t_handler (vl_api_vrrp_vr_track_if_add_del_t *mp)
 
static void send_vrrp_vr_track_if_details (vrrp_vr_t *vr, vl_api_registration_t *reg, u32 context)
 
static void vl_api_vrrp_vr_track_if_dump_t_handler (vl_api_vrrp_vr_track_if_dump_t *mp)
 
clib_error_tvrrp_plugin_api_hookup (vlib_main_t *vm)
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   vmp->msg_id_base

Definition at line 23 of file vrrp_api.c.

Function Documentation

◆ send_vrrp_vr_details()

static void send_vrrp_vr_details ( vrrp_vr_t vr,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 116 of file vrrp_api.c.

+ Here is the call graph for this function:

◆ send_vrrp_vr_peer_details()

static void send_vrrp_vr_peer_details ( vrrp_vr_t vr,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 288 of file vrrp_api.c.

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

◆ send_vrrp_vr_track_if_details()

static void send_vrrp_vr_track_if_details ( vrrp_vr_t vr,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 420 of file vrrp_api.c.

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

◆ vl_api_vrrp_vr_add_del_t_handler()

static void vl_api_vrrp_vr_add_del_t_handler ( vl_api_vrrp_vr_add_del_t mp)
static

Definition at line 28 of file vrrp_api.c.

+ Here is the call graph for this function:

◆ vl_api_vrrp_vr_dump_t_handler()

static void vl_api_vrrp_vr_dump_t_handler ( vl_api_vrrp_vr_dump_t mp)
static

Definition at line 209 of file vrrp_api.c.

+ Here is the call graph for this function:

◆ vl_api_vrrp_vr_peer_dump_t_handler()

static void vl_api_vrrp_vr_peer_dump_t_handler ( vl_api_vrrp_vr_peer_dump_t mp)
static

Definition at line 340 of file vrrp_api.c.

+ Here is the call graph for this function:

◆ vl_api_vrrp_vr_set_peers_t_handler()

static void vl_api_vrrp_vr_set_peers_t_handler ( vl_api_vrrp_vr_set_peers_t mp)
static

Definition at line 254 of file vrrp_api.c.

+ Here is the call graph for this function:

◆ vl_api_vrrp_vr_start_stop_t_handler()

static void vl_api_vrrp_vr_start_stop_t_handler ( vl_api_vrrp_vr_start_stop_t mp)
static

Definition at line 235 of file vrrp_api.c.

+ Here is the call graph for this function:

◆ vl_api_vrrp_vr_track_if_add_del_t_handler()

static void vl_api_vrrp_vr_track_if_add_del_t_handler ( vl_api_vrrp_vr_track_if_add_del_t mp)
static

Definition at line 386 of file vrrp_api.c.

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

◆ vl_api_vrrp_vr_track_if_dump_t_handler()

static void vl_api_vrrp_vr_track_if_dump_t_handler ( vl_api_vrrp_vr_track_if_dump_t mp)
static

Definition at line 459 of file vrrp_api.c.

+ Here is the call graph for this function:

◆ vrrp_plugin_api_hookup()

clib_error_t* vrrp_plugin_api_hookup ( vlib_main_t vm)

Definition at line 492 of file vrrp_api.c.

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