FD.io VPP
v21.01.1
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | eclient_session_t |
struct | echo_client_main_t |
Enumerations | |
enum | { ECHO_CLIENTS_STARTING, ECHO_CLIENTS_RUNNING, ECHO_CLIENTS_EXITING } |
Variables | |
enum { ... } | echo_clients_test_state_e |
echo_client_main_t | echo_client_main |
vlib_node_registration_t | echo_clients_node |
anonymous enum |
Enumerator | |
---|---|
ECHO_CLIENTS_STARTING | |
ECHO_CLIENTS_RUNNING | |
ECHO_CLIENTS_EXITING |
Definition at line 110 of file echo_client.h.
echo_client_main_t echo_client_main |
Definition at line 23 of file echo_client.c.
vlib_node_registration_t echo_clients_node |
Definition at line 118 of file echo_client.h.
enum { ... } echo_clients_test_state_e |