FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
punt_api.c File Reference
+ Include dependency graph for punt_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_punt_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_set_punt_t_handler (vl_api_set_punt_t *mp)
 
static void vl_api_punt_dump_t_handler (vl_api_punt_dump_t *mp)
 
static void vl_api_punt_socket_register_t_handler (vl_api_punt_socket_register_t *mp)
 
void send_punt_socket_details (vl_api_registration_t *reg, u32 context, punt_socket_detail_t *p)
 
static void vl_api_punt_socket_dump_t_handler (vl_api_punt_socket_dump_t *mp)
 
static void vl_api_punt_socket_deregister_t_handler (vl_api_punt_socket_deregister_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tpunt_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (punt_api_hookup)
 

Macro Definition Documentation

#define foreach_punt_api_msg
Value:
_(SET_PUNT, set_punt) \
_(PUNT_SOCKET_REGISTER, punt_socket_register) \
_(PUNT_SOCKET_DEREGISTER, punt_socket_deregister) \
_(PUNT_DUMP, punt_dump) \
_(PUNT_SOCKET_DUMP, punt_socket_dump)
static int punt_socket_register(bool is_ip4, u8 protocol, u16 port, char *client_pathname)
Definition: punt.c:262

Definition at line 42 of file punt_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 30 of file punt_api.c.

#define vl_msg_name_crc_list

Definition at line 177 of file punt_api.c.

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

Definition at line 35 of file punt_api.c.

#define vl_printfun

Definition at line 36 of file punt_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 26 of file punt_api.c.

Function Documentation

static clib_error_t* punt_api_hookup ( vlib_main_t vm)
static

Definition at line 190 of file punt_api.c.

+ Here is the call graph for this function:

void send_punt_socket_details ( vl_api_registration_t reg,
u32  context,
punt_socket_detail_t p 
)

Definition at line 108 of file punt_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 182 of file punt_api.c.

+ Here is the caller graph for this function:

static void vl_api_punt_dump_t_handler ( vl_api_punt_dump_t mp)
static

Definition at line 69 of file punt_api.c.

static void vl_api_punt_socket_deregister_t_handler ( vl_api_punt_socket_deregister_t mp)
static

Definition at line 150 of file punt_api.c.

+ Here is the call graph for this function:

static void vl_api_punt_socket_dump_t_handler ( vl_api_punt_socket_dump_t mp)
static

Definition at line 129 of file punt_api.c.

+ Here is the call graph for this function:

static void vl_api_punt_socket_register_t_handler ( vl_api_punt_socket_register_t mp)
static

Definition at line 75 of file punt_api.c.

+ Here is the call graph for this function:

static void vl_api_set_punt_t_handler ( vl_api_set_punt_t mp)
static

Definition at line 50 of file punt_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( punt_api_hookup  )

+ Here is the caller graph for this function: