FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ipip_api.c File Reference
+ Include dependency graph for ipip_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_ipip_add_tunnel_t_handler (vl_api_ipip_add_tunnel_t *mp)
 
static void vl_api_ipip_del_tunnel_t_handler (vl_api_ipip_del_tunnel_t *mp)
 
static void send_ipip_tunnel_details (ipip_tunnel_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_ipip_tunnel_dump_t_handler (vl_api_ipip_tunnel_dump_t *mp)
 
static void vl_api_ipip_6rd_add_tunnel_t_handler (vl_api_ipip_6rd_add_tunnel_t *mp)
 
static void vl_api_ipip_6rd_del_tunnel_t_handler (vl_api_ipip_6rd_del_tunnel_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tipip_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (ipip_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg
Value:
_(IPIP_ADD_TUNNEL, ipip_add_tunnel) \
_(IPIP_DEL_TUNNEL, ipip_del_tunnel) \
_(IPIP_6RD_ADD_TUNNEL, ipip_6rd_add_tunnel) \
_(IPIP_6RD_DEL_TUNNEL, ipip_6rd_del_tunnel) \
_(IPIP_TUNNEL_DUMP, ipip_tunnel_dump)
int ipip_add_tunnel(ipip_transport_t transport, u32 instance, ip46_address_t *src, ip46_address_t *dst, u32 fib_index, u8 tc_tos, u32 *sw_if_indexp)
Definition: ipip.c:385
int ipip_del_tunnel(u32 sw_if_index)
Definition: ipip.c:477

Definition at line 43 of file ipip_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 31 of file ipip_api.c.

#define vl_msg_name_crc_list

Definition at line 218 of file ipip_api.c.

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

Definition at line 36 of file ipip_api.c.

#define vl_printfun

Definition at line 37 of file ipip_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 27 of file ipip_api.c.

Function Documentation

static clib_error_t* ipip_api_hookup ( vlib_main_t vm)
static

Definition at line 231 of file ipip_api.c.

+ Here is the call graph for this function:

static void send_ipip_tunnel_details ( ipip_tunnel_t t,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 110 of file ipip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 223 of file ipip_api.c.

+ Here is the caller graph for this function:

static void vl_api_ipip_6rd_add_tunnel_t_handler ( vl_api_ipip_6rd_add_tunnel_t mp)
static

Definition at line 167 of file ipip_api.c.

+ Here is the call graph for this function:

static void vl_api_ipip_6rd_del_tunnel_t_handler ( vl_api_ipip_6rd_del_tunnel_t mp)
static

Definition at line 202 of file ipip_api.c.

+ Here is the call graph for this function:

static void vl_api_ipip_add_tunnel_t_handler ( vl_api_ipip_add_tunnel_t mp)
static

Definition at line 51 of file ipip_api.c.

+ Here is the call graph for this function:

static void vl_api_ipip_del_tunnel_t_handler ( vl_api_ipip_del_tunnel_t mp)
static

Definition at line 100 of file ipip_api.c.

+ Here is the call graph for this function:

static void vl_api_ipip_tunnel_dump_t_handler ( vl_api_ipip_tunnel_dump_t mp)
static

Definition at line 136 of file ipip_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( ipip_api_hookup  )

+ Here is the caller graph for this function: