![]() |
FD.io VPP
v18.07.1-13-g909ba93
Vector Packet Processing
|
Include dependency graph for api_shared.c:Go to the source code of this file.
Macros | |
| #define | ELOG_API_MESSAGE_HANDLERS 0 |
| #define | foreach_msg_api_vector |
Variables | |
| api_main_t | api_main |
| static u8 | post_mortem_dump_enabled |
| #define ELOG_API_MESSAGE_HANDLERS 0 |
Definition at line 440 of file api_shared.c.
| #define foreach_msg_api_vector |
Definition at line 653 of file api_shared.c.
|
inlinestatic |
Definition at line 393 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_add_msg_name_crc | ( | api_main_t * | am, |
| const char * | string, | ||
| u32 | id | ||
| ) |
| void vl_msg_api_add_version | ( | api_main_t * | am, |
| const char * | string, | ||
| u32 | major, | ||
| u32 | minor, | ||
| u32 | patch | ||
| ) |
| void vl_msg_api_barrier_release | ( | void | ) |
| void vl_msg_api_barrier_sync | ( | void | ) |
| void vl_msg_api_clean_handlers | ( | int | msg_id | ) |
Definition at line 735 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_cleanup_handler | ( | void * | the_msg | ) |
| void vl_msg_api_config | ( | vl_msg_api_msg_config_t * | c | ) |
| u16 vl_msg_api_get_msg_ids | ( | const char * | name, |
| int | n | ||
| ) |
Definition at line 872 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| u32 vl_msg_api_get_msg_length | ( | void * | msg_arg | ) |
Definition at line 634 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_handler | ( | void * | the_msg | ) |
Definition at line 547 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_handler_no_free | ( | void * | the_msg | ) |
| void vl_msg_api_handler_no_trace_no_free | ( | void * | the_msg | ) |
Definition at line 568 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_handler_with_vm_node | ( | api_main_t * | am, |
| void * | the_msg, | ||
| vlib_main_t * | vm, | ||
| vlib_node_runtime_t * | node | ||
| ) |
Definition at line 468 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_increment_missing_client_counter | ( | void | ) |
| int vl_msg_api_pd_handler | ( | void * | mp, |
| int | rv | ||
| ) |
Definition at line 843 of file api_shared.c.
| void vl_msg_api_post_mortem_dump | ( | void | ) |
Definition at line 794 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_post_mortem_dump_enable_disable | ( | int | enable | ) |
| void vl_msg_api_queue_handler | ( | svm_queue_t * | q | ) |
Definition at line 757 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_register_pd_handler | ( | void * | fp, |
| u16 | msg_id_host_byte_order | ||
| ) |
Definition at line 829 of file api_shared.c.
| void vl_msg_api_replay_handler | ( | void * | the_msg | ) |
Definition at line 616 of file api_shared.c.
| int vl_msg_api_rx_trace_enabled | ( | api_main_t * | am | ) |
| void vl_msg_api_set_cleanup_handler | ( | int | msg_id, |
| void * | fp | ||
| ) |
Definition at line 747 of file api_shared.c.
| void vl_msg_api_set_first_available_msg_id | ( | u16 | first_avail | ) |
| void vl_msg_api_set_handlers | ( | int | id, |
| char * | name, | ||
| void * | handler, | ||
| void * | cleanup, | ||
| void * | endian, | ||
| void * | print, | ||
| int | size, | ||
| int | traced | ||
| ) |
Definition at line 713 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_socket_handler | ( | void * | the_msg | ) |
Definition at line 643 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_trace | ( | api_main_t * | am, |
| vl_api_trace_t * | tp, | ||
| void * | msg | ||
| ) |
| int vl_msg_api_trace_configure | ( | api_main_t * | am, |
| vl_api_trace_which_t | which, | ||
| u32 | nitems | ||
| ) |
Definition at line 322 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int vl_msg_api_trace_free | ( | api_main_t * | am, |
| vl_api_trace_which_t | which | ||
| ) |
| vl_api_trace_t* vl_msg_api_trace_get | ( | api_main_t * | am, |
| vl_api_trace_which_t | which | ||
| ) |
| void vl_msg_api_trace_only | ( | void * | the_msg | ) |
| int vl_msg_api_trace_onoff | ( | api_main_t * | am, |
| vl_api_trace_which_t | which, | ||
| int | onoff | ||
| ) |
Definition at line 112 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int vl_msg_api_trace_save | ( | api_main_t * | am, |
| vl_api_trace_which_t | which, | ||
| FILE * | fp | ||
| ) |
| int vl_msg_api_tx_trace_enabled | ( | api_main_t * | am | ) |
| void vl_msg_pop_heap | ( | void * | oldheap | ) |
Definition at line 967 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* vl_msg_push_heap | ( | void | ) |
Definition at line 959 of file api_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_noop_handler | ( | void * | mp | ) |
| api_main_t api_main |
Definition at line 35 of file api_shared.c.
|
static |
Definition at line 785 of file api_shared.c.