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

Go to the source code of this file.

Data Structures

struct  vl_api_nhrp_send_t_
 

Macros

#define REPLY_MSG_ID_BASE   nhrp_base_msg_id
 

Typedefs

typedef struct vl_api_nhrp_send_t_ vl_api_nhrp_send_t
 

Functions

static void vl_api_nhrp_entry_add_del_t_handler (vl_api_nhrp_entry_add_del_t *mp)
 
static walk_rc_t vl_api_nhrp_send_one (index_t nei, void *arg)
 
static void vl_api_nhrp_dump_t_handler (vl_api_nhrp_dump_t *mp)
 
static clib_error_tnhrp_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (nhrp_api_hookup)
 

Variables

static u32 nhrp_base_msg_id
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   nhrp_base_msg_id

Definition at line 34 of file nhrp_api.c.

Typedef Documentation

◆ vl_api_nhrp_send_t

Function Documentation

◆ nhrp_api_hookup()

static clib_error_t* nhrp_api_hookup ( vlib_main_t vm)
static

Definition at line 123 of file nhrp_api.c.

+ Here is the call graph for this function:

◆ vl_api_nhrp_dump_t_handler()

static void vl_api_nhrp_dump_t_handler ( vl_api_nhrp_dump_t mp)
static

Definition at line 97 of file nhrp_api.c.

+ Here is the call graph for this function:

◆ vl_api_nhrp_entry_add_del_t_handler()

static void vl_api_nhrp_entry_add_del_t_handler ( vl_api_nhrp_entry_add_del_t mp)
static

Definition at line 39 of file nhrp_api.c.

+ Here is the call graph for this function:

◆ vl_api_nhrp_send_one()

static walk_rc_t vl_api_nhrp_send_one ( index_t  nei,
void *  arg 
)
static

Definition at line 68 of file nhrp_api.c.

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

◆ VLIB_API_INIT_FUNCTION()

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

Variable Documentation

◆ nhrp_base_msg_id

u32 nhrp_base_msg_id
static

Definition at line 33 of file nhrp_api.c.