Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-socket.c736 #define IACSET(x, a, b, c) \ in tcp_chr_telnet_init() macro
747 IACSET(init->buf, 0xff, 0xfb, 0x01); /* IAC WILL ECHO */ in tcp_chr_telnet_init()
749 IACSET(init->buf, 0xff, 0xfb, 0x00); /* IAC WILL Binary */ in tcp_chr_telnet_init()
750 IACSET(init->buf, 0xff, 0xfd, 0x00); /* IAC DO Binary */ in tcp_chr_telnet_init()
754 IACSET(init->buf, 0xff, 0xfd, 0x19); /* IAC DO EOR */ in tcp_chr_telnet_init()
755 IACSET(init->buf, 0xff, 0xfb, 0x19); /* IAC WILL EOR */ in tcp_chr_telnet_init()
756 IACSET(init->buf, 0xff, 0xfd, 0x00); /* IAC DO BINARY */ in tcp_chr_telnet_init()
757 IACSET(init->buf, 0xff, 0xfb, 0x00); /* IAC WILL BINARY */ in tcp_chr_telnet_init()
758 IACSET(init->buf, 0xff, 0xfd, 0x18); /* IAC DO TERMINAL TYPE */ in tcp_chr_telnet_init()
760 IACSET(init->buf, 0x01, 0xff, 0xf0); /* SEND IAC SE */ in tcp_chr_telnet_init()
[all …]