FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
client.c File Reference
+ Include dependency graph for client.c:

Go to the source code of this file.

Data Structures

struct  vac_main_t
 

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 

Functions

static void vac_client_constructor (void)
 
static void vac_client_destructor (void)
 
static void init (void)
 
static void cleanup (void)
 
void vlib_cli_output (struct vlib_main_t *vm, char *fmt,...)
 
void vac_free (void *msg)
 
static void vac_api_handler (void *msg)
 
static void * vac_rx_thread_fn (void *arg)
 
static void * vac_timeout_thread_fn (void *arg)
 
void vac_rx_suspend (void)
 
void vac_rx_resume (void)
 
static uwordvac_msg_table_get_hash (void)
 
int vac_msg_table_size (void)
 
int vac_connect (char *name, char *chroot_prefix, vac_callback_t cb, int rx_qlen)
 
static void set_timeout (unsigned short timeout)
 
static void unset_timeout (void)
 
int vac_disconnect (void)
 
int vac_read (char **p, int *l, u16 timeout)
 
typedef VL_API_PACKED (struct _vl_api_header{u16 _vl_msg_id;u32 client_index;})
 
int vac_write (char *p, int l)
 
int vac_get_msg_index (unsigned char *name)
 
int vac_msg_table_max_index (void)
 
void vac_set_error_handler (vac_error_callback_t cb)
 

Variables

bool timeout_cancelled
 
bool timeout_in_progress
 
vlib_main_t vlib_global_main
 
vlib_main_t ** vlib_mains
 
vac_main_t vac_main
 
vac_callback_t vac_callback
 
u16 read_timeout = 0
 
bool rx_is_running = false
 
bool timeout_thread_cancelled = false
 
bool mem_trace = false
 

Macro Definition Documentation

#define vl_endianfun   /* define message structures */

Definition at line 53 of file client.c.

#define vl_typedefs   /* define message structures */

Definition at line 49 of file client.c.

Function Documentation

static void cleanup ( void  )
static

Definition at line 130 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void init ( void  )
static

Definition at line 115 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void set_timeout ( unsigned short  timeout)
static

Definition at line 364 of file client.c.

+ Here is the caller graph for this function:

static void unset_timeout ( void  )
static

Definition at line 376 of file client.c.

+ Here is the caller graph for this function:

static void vac_api_handler ( void *  msg)
static

Definition at line 158 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vac_client_constructor ( void  )
static

Definition at line 85 of file client.c.

+ Here is the call graph for this function:

static void vac_client_destructor ( void  )
static

Definition at line 105 of file client.c.

+ Here is the call graph for this function:

int vac_connect ( char *  name,
char *  chroot_prefix,
vac_callback_t  cb,
int  rx_qlen 
)

Definition at line 318 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vac_disconnect ( void  )

Definition at line 387 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vac_free ( void *  msg)

Definition at line 152 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vac_get_msg_index ( unsigned char *  name)

Definition at line 555 of file client.c.

+ Here is the call graph for this function:

static uword* vac_msg_table_get_hash ( void  )
static

Definition at line 304 of file client.c.

+ Here is the caller graph for this function:

int vac_msg_table_max_index ( void  )

Definition at line 561 of file client.c.

+ Here is the call graph for this function:

int vac_msg_table_size ( void  )

Definition at line 311 of file client.c.

+ Here is the call graph for this function:

int vac_read ( char **  p,
int *  l,
u16  timeout 
)

Definition at line 434 of file client.c.

+ Here is the call graph for this function:

void vac_rx_resume ( void  )

Definition at line 291 of file client.c.

+ Here is the caller graph for this function:

void vac_rx_suspend ( void  )

Definition at line 270 of file client.c.

+ Here is the call graph for this function:

static void* vac_rx_thread_fn ( void *  arg)
static

Definition at line 173 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vac_set_error_handler ( vac_error_callback_t  cb)

Definition at line 576 of file client.c.

+ Here is the call graph for this function:

static void* vac_timeout_thread_fn ( void *  arg)
static

Definition at line 233 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vac_write ( char *  p,
int  l 
)

Definition at line 531 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

typedef VL_API_PACKED ( struct _vl_api_header{u16 _vl_msg_id;u32 client_index;}  )

Definition at line 519 of file client.c.

void vlib_cli_output ( struct vlib_main_t vm,
char *  fmt,
  ... 
)

Definition at line 146 of file client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

bool mem_trace = false

Definition at line 81 of file client.c.

u16 read_timeout = 0

Definition at line 76 of file client.c.

bool rx_is_running = false

Definition at line 77 of file client.c.

bool timeout_cancelled

Definition at line 36 of file client.c.

bool timeout_in_progress

Definition at line 37 of file client.c.

bool timeout_thread_cancelled = false

Definition at line 78 of file client.c.

vac_callback_t vac_callback

Definition at line 75 of file client.c.

vac_main_t vac_main

Definition at line 74 of file client.c.

vlib_main_t vlib_global_main

Definition at line 57 of file client.c.

vlib_main_t** vlib_mains

Definition at line 58 of file client.c.