FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
sctp_api.c File Reference
+ Include dependency graph for sctp_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 vl_api_version(n, v)   static u32 api_version=(v);
 
#define REPLY_MSG_ID_BASE   sctp_main.msg_id_base
 
#define foreach_sctp_plugin_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_sctp_add_src_dst_connection_t_handler (vl_api_sctp_add_src_dst_connection_t *mp)
 
static void vl_api_sctp_del_src_dst_connection_t_handler (vl_api_sctp_del_src_dst_connection_t *mp)
 
static void vl_api_sctp_config_t_handler (vl_api_sctp_config_t *mp)
 
static void setup_message_id_table (sctp_main_t *sm, api_main_t *am)
 
clib_error_tsctp_plugin_api_hookup (vlib_main_t *vm)
 

Macro Definition Documentation

◆ foreach_sctp_plugin_api_msg

#define foreach_sctp_plugin_api_msg
Value:
_(SCTP_ADD_SRC_DST_CONNECTION, sctp_add_src_dst_connection) \
_(SCTP_DEL_SRC_DST_CONNECTION, sctp_del_src_dst_connection) \
_(SCTP_CONFIG, sctp_config)

Definition at line 49 of file sctp_api.c.

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   sctp_main.msg_id_base

Definition at line 46 of file sctp_api.c.

◆ vl_api_version

#define vl_api_version (   n,
 
)    static u32 api_version=(v);

Definition at line 42 of file sctp_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 32 of file sctp_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 105 of file sctp_api.c.

◆ vl_print

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

Definition at line 37 of file sctp_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 38 of file sctp_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 28 of file sctp_api.c.

Function Documentation

◆ sctp_plugin_api_hookup()

clib_error_t* sctp_plugin_api_hookup ( vlib_main_t vm)

Definition at line 119 of file sctp_api.c.

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

◆ setup_message_id_table()

static void setup_message_id_table ( sctp_main_t sm,
api_main_t am 
)
static

Definition at line 110 of file sctp_api.c.

+ Here is the caller graph for this function:

◆ vl_api_sctp_add_src_dst_connection_t_handler()

static void vl_api_sctp_add_src_dst_connection_t_handler ( vl_api_sctp_add_src_dst_connection_t mp)
static

Definition at line 56 of file sctp_api.c.

+ Here is the call graph for this function:

◆ vl_api_sctp_config_t_handler()

static void vl_api_sctp_config_t_handler ( vl_api_sctp_config_t mp)
static

Definition at line 92 of file sctp_api.c.

+ Here is the call graph for this function:

◆ vl_api_sctp_del_src_dst_connection_t_handler()

static void vl_api_sctp_del_src_dst_connection_t_handler ( vl_api_sctp_del_src_dst_connection_t mp)
static

Definition at line 76 of file sctp_api.c.

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