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

/external/qemu/
H A 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 */
2181 IACSET(buf, 0xff, 0xfb, 0x03); /* IAC WILL Suppress go ahead */
2183 IACSET(buf, 0xff, 0xfb, 0x00); /* IAC WILL Binary */
2185 IACSET(buf, 0xff, 0xfd, 0x00); /* IAC DO Binary */

Completed in 95 milliseconds