![]() |
FD.io VPP
v19.08-27-gf4dcae4
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | echo_session_t |
struct | echo_main_t |
Macros | |
#define | vl_typedefs /* define message structures */ |
#define | vl_endianfun /* define message structures */ |
#define | vl_print(handle, ...) |
#define | vl_printfun |
#define | TCP_ECHO_DBG 0 |
#define | DBG(_fmt, _args...) |
#define | NITER 10000 |
#define | TIMEOUT 600.0 |
#define | foreach_tcp_echo_msg |
Variables | |
echo_main_t | echo_main |
#define DBG | ( | _fmt, | |
_args... | |||
) |
Definition at line 42 of file tcp_echo.c.
#define foreach_tcp_echo_msg |
Definition at line 1265 of file tcp_echo.c.
#define NITER 10000 |
Definition at line 150 of file tcp_echo.c.
#define TCP_ECHO_DBG 0 |
Definition at line 41 of file tcp_echo.c.
#define TIMEOUT 600.0 |
#define vl_endianfun /* define message structures */ |
Definition at line 31 of file tcp_echo.c.
#define vl_print | ( | handle, | |
... | |||
) |
Definition at line 36 of file tcp_echo.c.
#define vl_printfun |
Definition at line 37 of file tcp_echo.c.
#define vl_typedefs /* define message structures */ |
Definition at line 25 of file tcp_echo.c.
enum connection_state_t |
Definition at line 60 of file tcp_echo.c.
|
static |
Definition at line 264 of file tcp_echo.c.
void application_detach | ( | echo_main_t * | em | ) |
Definition at line 276 of file tcp_echo.c.
void application_send_attach | ( | echo_main_t * | em | ) |
Definition at line 222 of file tcp_echo.c.
int client_disconnect | ( | echo_main_t * | em, |
echo_session_t * | s | ||
) |
Definition at line 617 of file tcp_echo.c.
void client_send_connect | ( | echo_main_t * | em | ) |
Definition at line 591 of file tcp_echo.c.
void client_send_disconnect | ( | echo_main_t * | em, |
echo_session_t * | s | ||
) |
Definition at line 605 of file tcp_echo.c.
|
static |
Definition at line 561 of file tcp_echo.c.
|
static |
Definition at line 853 of file tcp_echo.c.
int connect_to_vpp | ( | char * | name | ) |
Definition at line 414 of file tcp_echo.c.
void disconnect_from_vpp | ( | echo_main_t * | em | ) |
Definition at line 448 of file tcp_echo.c.
Definition at line 156 of file tcp_echo.c.
Definition at line 1028 of file tcp_echo.c.
Definition at line 970 of file tcp_echo.c.
Definition at line 977 of file tcp_echo.c.
|
static |
Definition at line 828 of file tcp_echo.c.
|
static |
Definition at line 172 of file tcp_echo.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
|
static |
Definition at line 506 of file tcp_echo.c.
|
static |
Definition at line 536 of file tcp_echo.c.
|
static |
Definition at line 1108 of file tcp_echo.c.
|
static |
Definition at line 1053 of file tcp_echo.c.
int server_listen | ( | echo_main_t * | em | ) |
Definition at line 1152 of file tcp_echo.c.
void server_run | ( | echo_main_t * | em | ) |
Definition at line 1190 of file tcp_echo.c.
void server_send_listen | ( | echo_main_t * | em | ) |
Definition at line 1138 of file tcp_echo.c.
void server_send_unbind | ( | echo_main_t * | em | ) |
Definition at line 1164 of file tcp_echo.c.
int server_unbind | ( | echo_main_t * | em | ) |
|
static |
Definition at line 644 of file tcp_echo.c.
|
static |
Definition at line 626 of file tcp_echo.c.
|
static |
Definition at line 705 of file tcp_echo.c.
|
static |
Definition at line 763 of file tcp_echo.c.
|
static |
Definition at line 479 of file tcp_echo.c.
|
static |
Definition at line 795 of file tcp_echo.c.
|
static |
Definition at line 398 of file tcp_echo.c.
|
static |
Definition at line 291 of file tcp_echo.c.
|
static |
|
static |
void tcp_echo_api_hookup | ( | echo_main_t * | em | ) |
|
static |
|
static |
|
static |
Definition at line 373 of file tcp_echo.c.
|
static |
Definition at line 1251 of file tcp_echo.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 959 of file tcp_echo.c.
void vlib_cli_output | ( | struct vlib_main_t * | vm, |
char * | fmt, | ||
... | |||
) |
Definition at line 408 of file tcp_echo.c.
|
static |
Definition at line 186 of file tcp_echo.c.
echo_main_t echo_main |
Definition at line 147 of file tcp_echo.c.