![]() |
FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Include dependency graph for pneum.c:Go to the source code of this file.
Data Structures | |
| struct | pneum_main_t |
Macros | |
| #define | vl_typedefs /* define message structures */ |
| #define | vl_endianfun /* define message structures */ |
Functions | |
| void | vlib_cli_output (struct vlib_main_t *vm, char *fmt,...) |
| void | pneum_free (void *msg) |
| static void | pneum_api_handler (void *msg) |
| static void * | pneum_rx_thread_fn (void *arg) |
| uword * | pneum_msg_table_get_hash (void) |
| int | pneum_msg_table_size (void) |
| int | pneum_connect (char *name, char *chroot_prefix, pneum_callback_t cb) |
| int | pneum_disconnect (void) |
| int | pneum_read (char **p, int *l) |
| typedef | VL_API_PACKED (struct _vl_api_header{u16 _vl_msg_id;u32 client_index;}) |
| int | pneum_write (char *p, int l) |
| uint32_t | pneum_get_msg_index (unsigned char *name) |
Variables | |
| vlib_main_t | vlib_global_main |
| vlib_main_t ** | vlib_mains |
| pneum_main_t | pneum_main |
| pneum_callback_t | pneum_callback |
|
static |
| int pneum_connect | ( | char * | name, |
| char * | chroot_prefix, | ||
| pneum_callback_t | cb | ||
| ) |
| int pneum_disconnect | ( | void | ) |
| void pneum_free | ( | void * | msg | ) |
| uint32_t pneum_get_msg_index | ( | unsigned char * | name | ) |
| uword* pneum_msg_table_get_hash | ( | void | ) |
| int pneum_msg_table_size | ( | void | ) |
| int pneum_read | ( | char ** | p, |
| int * | l | ||
| ) |
|
static |
| int pneum_write | ( | char * | p, |
| int | l | ||
| ) |
| void vlib_cli_output | ( | struct vlib_main_t * | vm, |
| char * | fmt, | ||
| ... | |||
| ) |
| pneum_callback_t pneum_callback |
| pneum_main_t pneum_main |
| vlib_main_t vlib_global_main |
| vlib_main_t** vlib_mains |