Home
last modified time | relevance | path

Searched refs:do_telnetopt (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-socket.c179 if (s->do_telnetopt > 1) { in tcp_chr_process_IAC_bytes()
180 if ((unsigned char)buf[i] == IAC && s->do_telnetopt == 2) { in tcp_chr_process_IAC_bytes()
186 s->do_telnetopt = 1; in tcp_chr_process_IAC_bytes()
189 && s->do_telnetopt == 2) { in tcp_chr_process_IAC_bytes()
192 s->do_telnetopt++; in tcp_chr_process_IAC_bytes()
196 && s->do_telnetopt == 2) { in tcp_chr_process_IAC_bytes()
199 s->do_telnetopt++; in tcp_chr_process_IAC_bytes()
202 && s->do_telnetopt == 2) { in tcp_chr_process_IAC_bytes()
204 s->do_telnetopt++; in tcp_chr_process_IAC_bytes()
206 s->do_telnetopt++; in tcp_chr_process_IAC_bytes()
[all …]
/openbmc/qemu/include/chardev/
H A Dchar-socket.h59 int do_telnetopt; member