Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-socket.c704 #define IACSET(x, a, b, c) \ in tcp_chr_telnet_init() macro
715 IACSET(init->buf, 0xff, 0xfb, 0x01); /* IAC WILL ECHO */ in tcp_chr_telnet_init()
717 IACSET(init->buf, 0xff, 0xfb, 0x00); /* IAC WILL Binary */ in tcp_chr_telnet_init()
718 IACSET(init->buf, 0xff, 0xfd, 0x00); /* IAC DO Binary */ in tcp_chr_telnet_init()
722 IACSET(init->buf, 0xff, 0xfd, 0x19); /* IAC DO EOR */ in tcp_chr_telnet_init()
723 IACSET(init->buf, 0xff, 0xfb, 0x19); /* IAC WILL EOR */ in tcp_chr_telnet_init()
724 IACSET(init->buf, 0xff, 0xfd, 0x00); /* IAC DO BINARY */ in tcp_chr_telnet_init()
725 IACSET(init->buf, 0xff, 0xfb, 0x00); /* IAC WILL BINARY */ in tcp_chr_telnet_init()
726 IACSET(init->buf, 0xff, 0xfd, 0x18); /* IAC DO TERMINAL TYPE */ in tcp_chr_telnet_init()
728 IACSET(init->buf, 0x01, 0xff, 0xf0); /* SEND IAC SE */ in tcp_chr_telnet_init()
[all …]