Searched refs:str_lm (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 1055 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE }; variable 1071 str_lm[3] = DONT; 1072 str_lm[4] = cmd[0]; 1073 if (NETROOM() > sizeof (str_lm)) { 1074 ring_supply_data(&netoring, str_lm, sizeof (str_lm)); 1075 printsub('>', &str_lm[2], sizeof (str_lm)-2); 1117 str_lm[3] = WONT; 1118 str_lm[4] = cmd[0]; 1119 if (NETROOM() > sizeof (str_lm)) { 1120 ring_supply_data(&netoring, str_lm, sizeof (str_lm)); [all …]
|