Go to the source code of this file.
◆ DEBUG
◆ SOCKET_FILE
      
        
          | #define SOCKET_FILE   "/run/vpp/cli.sock" | 
      
 
 
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char * | argv[] | 
        
          |  | ) |  |  | 
      
 
 
◆ process_input()
  
  | 
        
          | static u8* process_input | ( | u8 * | str, |  
          |  |  | clib_socket_t * | s, |  
          |  |  | int | is_interactive, |  
          |  |  | int * | sent_ttype |  
          |  | ) |  |  |  | static | 
 
 
◆ send_naws()
◆ send_ttype()
◆ signal_handler_term()
  
  | 
        
          | static void signal_handler_term | ( | int | signum | ) |  |  | static | 
 
 
◆ signal_handler_winch()
  
  | 
        
          | static void signal_handler_winch | ( | int | signum | ) |  |  | static | 
 
 
◆ orig_tio
◆ window_resized
      
        
          | volatile int window_resized = 0 |