![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Include dependency graph for sock_test_client.c:Go to the source code of this file.
Data Structures | |
| struct | sock_client_main_t |
Functions | |
| static int | sock_test_cfg_sync (vcl_test_session_t *socket) |
| static void | sock_client_echo_af_unix (sock_client_main_t *scm) |
| static void | echo_test_client () |
| static void | stream_test_client (vcl_test_t test) |
| static void | exit_client (void) |
| static int | sock_test_connect_test_sockets (uint32_t num_test_sockets) |
| static void | cfg_txbuf_size_set (void) |
| static void | cfg_num_writes_set (void) |
| static void | cfg_num_test_sockets_set (void) |
| static void | cfg_rxbuf_size_set (void) |
| static void | cfg_verbose_toggle (void) |
| static vcl_test_t | parse_input () |
| void | print_usage_and_exit (void) |
| int | main (int argc, char **argv) |
Variables | |
| sock_client_main_t | sock_client_main |
|
static |
Definition at line 697 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 677 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 721 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 655 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 742 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 202 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 523 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
Definition at line 753 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void print_usage_and_exit | ( | void | ) |
|
static |
|
static |
Definition at line 45 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 563 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 354 of file sock_test_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| sock_client_main_t sock_client_main |
Definition at line 42 of file sock_test_client.c.