Searched defs:telnet_data (Results 1 – 1 of 1) sorted by relevance
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;[all …]