Lines Matching defs:telnet_data
858 struct telnet_data { struct859 int port;860 int sfd;861 char buff[128];862 int pbuff;863 char iac[256];864 int piac;865 char *ttype;866 struct termios def_term;867 struct termios raw_term;868 uint8_t term_ok;869 uint8_t term_mode;870 uint8_t flags;871 unsigned win_width;872 unsigned win_height;