FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
map_api.c File Reference
+ Include dependency graph for map_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define foreach_vpe_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_map_add_domain_t_handler (vl_api_map_add_domain_t *mp)
 
static void vl_api_map_del_domain_t_handler (vl_api_map_del_domain_t *mp)
 
static void vl_api_map_add_del_rule_t_handler (vl_api_map_add_del_rule_t *mp)
 
static void vl_api_map_domain_dump_t_handler (vl_api_map_domain_dump_t *mp)
 
static void vl_api_map_rule_dump_t_handler (vl_api_map_rule_dump_t *mp)
 
static void vl_api_map_summary_stats_t_handler (vl_api_map_summary_stats_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tmap_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (map_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg
Value:
_(MAP_ADD_DOMAIN, map_add_domain) \
_(MAP_DEL_DOMAIN, map_del_domain) \
_(MAP_ADD_DEL_RULE, map_add_del_rule) \
_(MAP_DOMAIN_DUMP, map_domain_dump) \
_(MAP_RULE_DUMP, map_rule_dump) \
_(MAP_SUMMARY_STATS, map_summary_stats)

Definition at line 45 of file map_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 33 of file map_api.c.

#define vl_msg_name_crc_list

Definition at line 259 of file map_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 38 of file map_api.c.

#define vl_printfun

Definition at line 39 of file map_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 29 of file map_api.c.

Function Documentation

static clib_error_t* map_api_hookup ( vlib_main_t vm)
static

Definition at line 272 of file map_api.c.

+ Here is the call graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 264 of file map_api.c.

+ Here is the caller graph for this function:

static void vl_api_map_add_del_rule_t_handler ( vl_api_map_add_del_rule_t mp)
static

Definition at line 88 of file map_api.c.

+ Here is the call graph for this function:

static void vl_api_map_add_domain_t_handler ( vl_api_map_add_domain_t mp)
static

Definition at line 54 of file map_api.c.

+ Here is the call graph for this function:

static void vl_api_map_del_domain_t_handler ( vl_api_map_del_domain_t mp)
static

Definition at line 77 of file map_api.c.

+ Here is the call graph for this function:

static void vl_api_map_domain_dump_t_handler ( vl_api_map_domain_dump_t mp)
static

Definition at line 101 of file map_api.c.

+ Here is the call graph for this function:

static void vl_api_map_rule_dump_t_handler ( vl_api_map_rule_dump_t mp)
static

Definition at line 143 of file map_api.c.

+ Here is the call graph for this function:

static void vl_api_map_summary_stats_t_handler ( vl_api_map_summary_stats_t mp)
static

Definition at line 186 of file map_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( map_api_hookup  )

+ Here is the caller graph for this function: