FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | DEBUG 0 |
#define | SOCKET_FILE "/run/vpp/cli.sock" |
Functions | |
static void | send_ttype (clib_socket_t *s, int is_interactive) |
static void | send_naws (clib_socket_t *s) |
static void | signal_handler_winch (int signum) |
static void | signal_handler_term (int signum) |
static u8 * | process_input (u8 *str, clib_socket_t *s, int is_interactive, int *sent_ttype) |
int | main (int argc, char *argv[]) |
Variables | |
volatile int | window_resized = 0 |
struct termios | orig_tio |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |