![]() |
FD.io VPP
v16.09
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 */ |
| #define | vl_api_version(n, v) static u32 vpe_api_version = v; |
Functions | |
| int | wrap_pneum_callback (char *data, int len) |
| void | vlib_cli_output (struct vlib_main_t *vm, char *fmt,...) |
| void | vl_client_add_api_signatures (vl_api_memclnt_create_t *mp) |
| static void | pneum_api_handler (void *msg) |
| static void * | pneum_rx_thread_fn (void *arg) |
| int | pneum_connect (char *name) |
| 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) |
Variables | |
| pneum_main_t | pneum_main |
| #define vl_api_version | ( | n, | |
| v | |||
| ) | static u32 vpe_api_version = v; |
|
static |
| int pneum_connect | ( | char * | name | ) |
| int pneum_disconnect | ( | void | ) |
| int pneum_read | ( | char ** | p, |
| int * | l | ||
| ) |
|
static |
| int pneum_write | ( | char * | p, |
| int | l | ||
| ) |
| void vl_client_add_api_signatures | ( | vl_api_memclnt_create_t * | mp | ) |
| void vlib_cli_output | ( | struct vlib_main_t * | vm, |
| char * | fmt, | ||
| ... | |||
| ) |
| int wrap_pneum_callback | ( | char * | data, |
| int | len | ||
| ) |
| pneum_main_t pneum_main |