Home | History | Annotate | Download | only in telnet

Lines Matching defs:str_lm

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];
1070 if ((size_t)NETROOM() > sizeof(str_lm)) {
1071 ring_supply_data(&netoring, str_lm, sizeof(str_lm));
1072 printsub('>', &str_lm[2], sizeof(str_lm)-2);