![]() |
FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Include dependency graph for stat_client.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | stat_segment_data_t |
Functions | |
| int | stat_segment_connect (char *socket_name) |
| void | stat_segment_disconnect (void) |
| uint8_t ** | stat_segment_string_vector (uint8_t **string_vector, char *string) |
| int | stat_segment_vec_len (void *vec) |
| void | stat_segment_vec_free (void *vec) |
| uint32_t * | stat_segment_ls (uint8_t **pattern) |
| stat_segment_data_t * | stat_segment_dump (uint32_t *counter_vec) |
| stat_segment_data_t * | stat_segment_dump_entry (uint32_t index) |
| void | stat_segment_data_free (stat_segment_data_t *res) |
| double | stat_segment_heartbeat (void) |
| char * | stat_segment_index_to_name (uint32_t index) |
| int stat_segment_connect | ( | char * | socket_name | ) |
Definition at line 86 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void stat_segment_data_free | ( | stat_segment_data_t * | res | ) |
| void stat_segment_disconnect | ( | void | ) |
| stat_segment_data_t* stat_segment_dump | ( | uint32_t * | counter_vec | ) |
Definition at line 332 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| stat_segment_data_t* stat_segment_dump_entry | ( | uint32_t | index | ) |
| double stat_segment_heartbeat | ( | void | ) |
Definition at line 152 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| char* stat_segment_index_to_name | ( | uint32_t | index | ) |
Definition at line 403 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32_t* stat_segment_ls | ( | uint8_t ** | pattern | ) |
Definition at line 278 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uint8_t** stat_segment_string_vector | ( | uint8_t ** | string_vector, |
| char * | string | ||
| ) |
| void stat_segment_vec_free | ( | void * | vec | ) |
Definition at line 368 of file stat_client.c.
| int stat_segment_vec_len | ( | void * | vec | ) |
Definition at line 362 of file stat_client.c.