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()
186 s->do_telnetopt = 1; in tcp_chr_process_IAC_bytes()
192 s->do_telnetopt++; in tcp_chr_process_IAC_bytes()
199 s->do_telnetopt++; in tcp_chr_process_IAC_bytes()
206 s->do_telnetopt++; in tcp_chr_process_IAC_bytes()
209 s->do_telnetopt = 1; in tcp_chr_process_IAC_bytes()
213 s->do_telnetopt = 2; in tcp_chr_process_IAC_bytes()
516 if (s->do_telnetopt) { in tcp_chr_read()
785 if (s->do_telnetopt) { in tcp_chr_websock_handshake()
916 } else if (s->do_telnetopt) { in tcp_chr_new_client()
[all …]
/openbmc/qemu/include/chardev/
H A Dchar-socket.h59 int do_telnetopt; member