Searched refs:IACSET (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/chardev/ |
| H A D | char-socket.c | 739 #define IACSET(x, a, b, c) \ in tcp_chr_telnet_init() macro 750 IACSET(init->buf, 0xff, 0xfb, 0x01); /* IAC WILL ECHO */ in tcp_chr_telnet_init() 751 IACSET(init->buf, 0xff, 0xfb, 0x03); /* IAC WILL Suppress go ahead */ in tcp_chr_telnet_init() 752 IACSET(init->buf, 0xff, 0xfb, 0x00); /* IAC WILL Binary */ in tcp_chr_telnet_init() 753 IACSET(init->buf, 0xff, 0xfd, 0x00); /* IAC DO Binary */ in tcp_chr_telnet_init() 757 IACSET(init->buf, 0xff, 0xfd, 0x19); /* IAC DO EOR */ in tcp_chr_telnet_init() 758 IACSET(init->buf, 0xff, 0xfb, 0x19); /* IAC WILL EOR */ in tcp_chr_telnet_init() 759 IACSET(init->buf, 0xff, 0xfd, 0x00); /* IAC DO BINARY */ in tcp_chr_telnet_init() 760 IACSET(init->buf, 0xff, 0xfb, 0x00); /* IAC WILL BINARY */ in tcp_chr_telnet_init() 761 IACSET(init->buf, 0xff, 0xfd, 0x18); /* IAC DO TERMINAL TYPE */ in tcp_chr_telnet_init() [all …]
|