Searched defs:do_telnetopt (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqemu-char.c1981 int do_telnetopt; member in struct:__anon30082
2018 * the buf and the do_telnetopt variable will be used to track the
2029 if (s->do_telnetopt > 1) {
2030 if ((unsigned char)buf[i] == IAC && s->do_telnetopt == 2) {
2035 s->do_telnetopt = 1;
2037 if ((unsigned char)buf[i] == IAC_BREAK && s->do_telnetopt == 2) {
2040 s->do_telnetopt++;
2042 s->do_telnetopt++;
2044 if (s->do_telnetopt >= 4) {
2045 s->do_telnetopt
[all...]

Completed in 66 milliseconds