Searched defs:telnet_data (Results 1 – 1 of 1) sorted by relevance
919 struct telnet_data { struct920 int port;921 int sfd;922 char buff[128];923 int pbuff;924 char iac[256];925 int piac;926 char *ttype;927 struct termios def_term;928 struct termios raw_term;[all …]