telnet.c | 1020 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE }; 1032 str_lm[3] = DONT; 1033 str_lm[4] = cmd[0]; 1034 if ((size_t)NETROOM() > sizeof(str_lm)) { 1035 ring_supply_data(&netoring, str_lm, sizeof(str_lm)); 1036 printsub('>', &str_lm[2], sizeof(str_lm)-2); 1068 str_lm[3] = WONT; 1069 str_lm[4] = cmd[0] 1018 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE }; variable in typeref:typename:unsigned char[] [all...] |