FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
tcp_api.c File Reference
+ Include dependency graph for tcp_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_tcp_api_msg   _(TCP_CONFIGURE_SRC_ADDRESSES, tcp_configure_src_addresses)
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_tcp_configure_src_addresses_t_handler (vl_api_tcp_configure_src_addresses_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_ttcp_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (tcp_api_hookup)
 
void tcp_api_reference (void)
 

Macro Definition Documentation

#define foreach_tcp_api_msg   _(TCP_CONFIGURE_SRC_ADDRESSES, tcp_configure_src_addresses)

Definition at line 43 of file tcp_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 31 of file tcp_api.c.

#define vl_msg_name_crc_list

Definition at line 71 of file tcp_api.c.

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

Definition at line 36 of file tcp_api.c.

#define vl_printfun

Definition at line 37 of file tcp_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 27 of file tcp_api.c.

Function Documentation

static void setup_message_id_table ( api_main_t am)
static

Definition at line 76 of file tcp_api.c.

+ Here is the caller graph for this function:

static clib_error_t* tcp_api_hookup ( vlib_main_t vm)
static

Definition at line 84 of file tcp_api.c.

+ Here is the call graph for this function:

void tcp_api_reference ( void  )

Definition at line 109 of file tcp_api.c.

+ Here is the caller graph for this function:

static void vl_api_tcp_configure_src_addresses_t_handler ( vl_api_tcp_configure_src_addresses_t mp)
static

Definition at line 48 of file tcp_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( tcp_api_hookup  )

+ Here is the caller graph for this function: