Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-char.c2174 #define IACSET(x,a,b,c) x[0] = a; x[1] = b; x[2] = c; macro
2179 IACSET(buf, 0xff, 0xfb, 0x01); /* IAC WILL ECHO */ in tcp_chr_telnet_init()
2181 IACSET(buf, 0xff, 0xfb, 0x03); /* IAC WILL Suppress go ahead */ in tcp_chr_telnet_init()
2183 IACSET(buf, 0xff, 0xfb, 0x00); /* IAC WILL Binary */ in tcp_chr_telnet_init()
2185 IACSET(buf, 0xff, 0xfd, 0x00); /* IAC DO Binary */ in tcp_chr_telnet_init()