![]() |
FD.io VPP
v17.07-30-g839fa73
Vector Packet Processing
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | vpe_client_registration_t |
| struct | vpe_api_main_t |
Macros | |
| #define | f64_endian(a) |
| #define | f64_print(a, b) |
| #define | REPLY_MSG_ID_BASE 0 |
| #define | REPLY_MACRO(t) |
| #define | REPLY_MACRO2(t, body) |
| #define | REPLY_MACRO3(t, n, body) |
| #define | REPLY_MACRO4(t, n, body) |
| #define | VALIDATE_SW_IF_INDEX(mp) |
| #define | BAD_SW_IF_INDEX_LABEL |
| #define | VALIDATE_RX_SW_IF_INDEX(mp) |
| #define | BAD_RX_SW_IF_INDEX_LABEL |
| #define | VALIDATE_TX_SW_IF_INDEX(mp) |
| #define | BAD_TX_SW_IF_INDEX_LABEL |
| #define | VALIDATE_BD_ID(mp) |
| #define | BAD_BD_ID_LABEL |
| #define | pub_sub_handler(lca, UCA) |
| #define | foreach_registration_hash |
Functions | |
| static uword | vnet_sw_if_index_is_api_valid (u32 sw_if_index) |
Variables | |
| vpe_api_main_t | vpe_api_main |
| #define BAD_BD_ID_LABEL |
Definition at line 166 of file api_helper_macros.h.
| #define BAD_RX_SW_IF_INDEX_LABEL |
Definition at line 138 of file api_helper_macros.h.
| #define BAD_SW_IF_INDEX_LABEL |
Definition at line 124 of file api_helper_macros.h.
| #define BAD_TX_SW_IF_INDEX_LABEL |
Definition at line 152 of file api_helper_macros.h.
| #define f64_endian | ( | a | ) |
Definition at line 23 of file api_helper_macros.h.
| #define f64_print | ( | a, | |
| b | |||
| ) |
Definition at line 24 of file api_helper_macros.h.
| #define foreach_registration_hash |
Definition at line 211 of file api_helper_macros.h.
| #define pub_sub_handler | ( | lca, | |
| UCA | |||
| ) |
Definition at line 172 of file api_helper_macros.h.
| #define REPLY_MACRO | ( | t | ) |
Definition at line 30 of file api_helper_macros.h.
| #define REPLY_MACRO2 | ( | t, | |
| body | |||
| ) |
Definition at line 46 of file api_helper_macros.h.
| #define REPLY_MACRO3 | ( | t, | |
| n, | |||
| body | |||
| ) |
Definition at line 62 of file api_helper_macros.h.
| #define REPLY_MACRO4 | ( | t, | |
| n, | |||
| body | |||
| ) |
Definition at line 78 of file api_helper_macros.h.
| #define REPLY_MSG_ID_BASE 0 |
Definition at line 27 of file api_helper_macros.h.
| #define VALIDATE_BD_ID | ( | mp | ) |
Definition at line 158 of file api_helper_macros.h.
| #define VALIDATE_RX_SW_IF_INDEX | ( | mp | ) |
Definition at line 130 of file api_helper_macros.h.
| #define VALIDATE_SW_IF_INDEX | ( | mp | ) |
Definition at line 116 of file api_helper_macros.h.
| #define VALIDATE_TX_SW_IF_INDEX | ( | mp | ) |
Definition at line 144 of file api_helper_macros.h.
Definition at line 111 of file api_helper_macros.h.
Here is the call graph for this function:
Here is the caller graph for this function:| vpe_api_main_t vpe_api_main |
Definition at line 49 of file interface_api.c.