Go to the source code of this file.
|
int | application_api_queue_is_full (application_t *app) |
|
static void | application_table_add (application_t *app) |
|
static void | application_table_del (application_t *app) |
|
application_t * | application_lookup (u32 api_client_index) |
|
void | application_del (application_t *app) |
|
static void | application_verify_cb_fns (application_type_t type, session_cb_vft_t *cb_fns) |
|
application_t * | application_new (application_type_t type, session_type_t sst, u32 api_client_index, u32 flags, session_cb_vft_t *cb_fns) |
|
application_t * | application_get (u32 index) |
|
application_t * | application_get_if_valid (u32 index) |
|
u32 | application_get_index (application_t *app) |
|
int | application_server_init (application_t *server, u32 segment_size, u32 add_segment_size, u32 rx_fifo_size, u32 tx_fifo_size, u8 **segment_name) |
|
u8 * | format_application_server (u8 *s, va_list *args) |
|
u8 * | format_application_client (u8 *s, va_list *args) |
|
static clib_error_t * | show_app_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
int application_server_init |
( |
application_t * |
server, |
|
|
u32 |
segment_size, |
|
|
u32 |
add_segment_size, |
|
|
u32 |
rx_fifo_size, |
|
|
u32 |
tx_fifo_size, |
|
|
u8 ** |
segment_name |
|
) |
| |
u8* format_application_client |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
u8* format_application_server |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
uword* app_by_api_client_index |
|
static |
Initial value:=
{
.path = "show app",
.short_help = "show app [server|client] [verbose]",
}
static clib_error_t * show_app_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_app_command)
Definition at line 364 of file application.c.