Lines Matching defs:telnet_data
865 struct telnet_data { struct866 int port;867 int sfd;868 char buff[128];869 int pbuff;870 char iac[256];871 int piac;872 char *ttype;873 struct termios def_term;874 struct termios raw_term;875 uint8_t term_ok;876 uint8_t term_mode;877 uint8_t flags;878 unsigned win_width;879 unsigned win_height;