FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
cop_api.c File Reference
+ Include dependency graph for cop_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_cop_interface_enable_disable_t_handler (vl_api_cop_interface_enable_disable_t *mp)
 
static void vl_api_cop_whitelist_enable_disable_t_handler (vl_api_cop_whitelist_enable_disable_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tcop_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (cop_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg
Value:
_(COP_INTERFACE_ENABLE_DISABLE, cop_interface_enable_disable) \
_(COP_WHITELIST_ENABLE_DISABLE, cop_whitelist_enable_disable)
int cop_whitelist_enable_disable(cop_whitelist_enable_disable_args_t *a)
Definition: cop.c:227
int cop_interface_enable_disable(u32 sw_if_index, int enable_disable)
Definition: cop.c:149

Definition at line 45 of file cop_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 33 of file cop_api.c.

#define vl_msg_name_crc_list

Definition at line 98 of file cop_api.c.

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

Definition at line 38 of file cop_api.c.

#define vl_printfun

Definition at line 39 of file cop_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 29 of file cop_api.c.

Function Documentation

static clib_error_t* cop_api_hookup ( vlib_main_t vm)
static

Definition at line 111 of file cop_api.c.

+ Here is the call graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 103 of file cop_api.c.

+ Here is the caller graph for this function:

static void vl_api_cop_interface_enable_disable_t_handler ( vl_api_cop_interface_enable_disable_t mp)
static

Definition at line 50 of file cop_api.c.

+ Here is the call graph for this function:

static void vl_api_cop_whitelist_enable_disable_t_handler ( vl_api_cop_whitelist_enable_disable_t mp)
static

Definition at line 69 of file cop_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VLIB_API_INIT_FUNCTION ( cop_api_hookup  )

+ Here is the caller graph for this function: