Go to the source code of this file.
◆ M_NOALLOC
#define M_NOALLOC |
( |
|
T, |
|
|
|
t |
|
) |
| |
Value: do { \
result_ready = 0; \
clib_memset (mp, 0, sizeof (*mp)); \
mp->_vl_msg_id =
ntohs (VL_API_##T); \
mp->client_index =
am->my_client_index; \
} while(0);
Definition at line 50 of file test.c.
◆ vl_typedefs
#define vl_typedefs /* define message structures */ |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ test_connect()
static void test_connect |
( |
| ) |
|
|
static |
◆ test_messages()
static void test_messages |
( |
void |
| ) |
|
|
static |
◆ test_stats()
static void test_stats |
( |
void |
| ) |
|
|
static |
◆ wrap_vac_callback()
void wrap_vac_callback |
( |
unsigned char * |
data, |
|
|
int |
len |
|
) |
| |
◆ result_msg_id
volatile u16 result_msg_id |
◆ result_ready
volatile u32 result_ready |
◆ sigterm_received
volatile int sigterm_received = 0 |