FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Data Fields | |
int | socket_fd |
int | socket_enable |
clib_socket_t | client_socket |
u32 | socket_buffer_size |
u8 * | socket_tx_buffer |
u8 * | socket_rx_buffer |
u32 | socket_tx_nbytes |
int | control_pings_outstanding |
Definition at line 187 of file api_common.h.
clib_socket_t socket_client_main_t::client_socket |
Definition at line 193 of file api_common.h.
int socket_client_main_t::control_pings_outstanding |
Definition at line 199 of file api_common.h.
u32 socket_client_main_t::socket_buffer_size |
Definition at line 195 of file api_common.h.
int socket_client_main_t::socket_enable |
Definition at line 191 of file api_common.h.
int socket_client_main_t::socket_fd |
Definition at line 189 of file api_common.h.
u8* socket_client_main_t::socket_rx_buffer |
Definition at line 197 of file api_common.h.
u8* socket_client_main_t::socket_tx_buffer |
Definition at line 196 of file api_common.h.
u32 socket_client_main_t::socket_tx_nbytes |
Definition at line 198 of file api_common.h.