Go to the source code of this file.
|
void | vl_msg_api_handler (void *the_msg) |
|
void | vl_msg_api_handler_no_free (void *the_msg) |
|
void | vl_msg_api_handler_no_trace_no_free (void *the_msg) |
|
void | vl_msg_api_trace_only (void *the_msg) |
|
void | vl_msg_api_cleanup_handler (void *the_msg) |
|
void | vl_msg_api_replay_handler (void *the_msg) |
|
void | vl_msg_api_socket_handler (void *the_msg) |
|
void | vl_msg_api_set_handlers (int msg_id, char *msg_name, void *handler, void *cleanup, void *endian, void *print, int msg_size, int traced) |
|
void | vl_msg_api_clean_handlers (int msg_id) |
|
void | vl_msg_api_config (vl_msg_api_msg_config_t *) |
|
void | vl_msg_api_set_cleanup_handler (int msg_id, void *fp) |
|
void | vl_msg_api_queue_handler (unix_shared_memory_queue_t *q) |
|
void | vl_msg_api_barrier_sync (void) |
|
void | vl_msg_api_barrier_release (void) |
|
void | vl_msg_api_free (void *) |
|
void | vl_noop_handler (void *mp) |
|
void | vl_msg_api_increment_missing_client_counter (void) |
|
void | vl_msg_api_post_mortem_dump (void) |
|
void | vl_msg_api_post_mortem_dump_enable_disable (int enable) |
|
void | vl_msg_api_register_pd_handler (void *handler, u16 msg_id_host_byte_order) |
|
int | vl_msg_api_pd_handler (void *mp, int rv) |
|
void | vl_msg_api_set_first_available_msg_id (u16 first_avail) |
|
u16 | vl_msg_api_get_msg_ids (const char *name, int n) |
|
u32 | vl_api_get_msg_index (u8 *name_and_crc) |
|
#define VL_API_BIG_ENDIAN 0x01 |
#define VL_API_LITTLE_ENDIAN 0x00 |
#define vl_msg_api_barrier_trace_context |
( |
|
X | ) |
|
Message header structure.
An API client registration, only in vpp/vlib.
Trace RX / TX enum.
Enumerator |
---|
VL_API_TRACE_TX |
|
VL_API_TRACE_RX |
|
Definition at line 99 of file api_common.h.
API registration types.
Enumerator |
---|
REGISTRATION_TYPE_FREE |
|
REGISTRATION_TYPE_SHMEM |
Shared memory connection.
|
REGISTRATION_TYPE_SOCKET_LISTEN |
Socket listener.
|
REGISTRATION_TYPE_SOCKET_SERVER |
Socket server.
|
REGISTRATION_TYPE_SOCKET_CLIENT |
Socket client.
|
Definition at line 33 of file api_common.h.
u32 vl_api_get_msg_index |
( |
u8 * |
name_and_crc | ) |
|
void vl_msg_api_barrier_release |
( |
void |
| ) |
|
void vl_msg_api_barrier_sync |
( |
void |
| ) |
|
void vl_msg_api_clean_handlers |
( |
int |
msg_id | ) |
|
void vl_msg_api_cleanup_handler |
( |
void * |
the_msg | ) |
|
void vl_msg_api_free |
( |
void * |
| ) |
|
u16 vl_msg_api_get_msg_ids |
( |
const char * |
name, |
|
|
int |
n |
|
) |
| |
void vl_msg_api_handler |
( |
void * |
the_msg | ) |
|
void vl_msg_api_handler_no_free |
( |
void * |
the_msg | ) |
|
void vl_msg_api_handler_no_trace_no_free |
( |
void * |
the_msg | ) |
|
void vl_msg_api_increment_missing_client_counter |
( |
void |
| ) |
|
int vl_msg_api_pd_handler |
( |
void * |
mp, |
|
|
int |
rv |
|
) |
| |
void vl_msg_api_post_mortem_dump |
( |
void |
| ) |
|
void vl_msg_api_post_mortem_dump_enable_disable |
( |
int |
enable | ) |
|
void vl_msg_api_register_pd_handler |
( |
void * |
handler, |
|
|
u16 |
msg_id_host_byte_order |
|
) |
| |
void vl_msg_api_replay_handler |
( |
void * |
the_msg | ) |
|
void vl_msg_api_set_cleanup_handler |
( |
int |
msg_id, |
|
|
void * |
fp |
|
) |
| |
void vl_msg_api_set_first_available_msg_id |
( |
u16 |
first_avail | ) |
|
void vl_msg_api_set_handlers |
( |
int |
msg_id, |
|
|
char * |
msg_name, |
|
|
void * |
handler, |
|
|
void * |
cleanup, |
|
|
void * |
endian, |
|
|
void * |
print, |
|
|
int |
msg_size, |
|
|
int |
traced |
|
) |
| |
void vl_msg_api_socket_handler |
( |
void * |
the_msg | ) |
|
void vl_msg_api_trace_only |
( |
void * |
the_msg | ) |
|
void vl_noop_handler |
( |
void * |
mp | ) |
|