Searched refs:TELNET_IAC (Results 1 – 1 of 1) sorted by relevance
61 #define TELNET_IAC 255 /* Interpret as Command */ macro117 if (*src != TELNET_IAC) { in ReadFilter()147 if (*(src + 1) == TELNET_IAC) { in ReadFilter()148 *dst = TELNET_IAC; in ReadFilter()299 const UINT8 doEcho[] = { TELNET_IAC, TELNET_DO, TELNET_ECHO }; in TelnetClientPrepare()300 const UINT8 doNaws[] = { TELNET_IAC, TELNET_DO, TELNET_NAWS }; in TelnetClientPrepare()301 const UINT8 willEcho[] = { TELNET_IAC, TELNET_WILL, TELNET_ECHO }; in TelnetClientPrepare()302 const UINT8 willSga[] = { TELNET_IAC, TELNET_WILL, TELNET_SGA }; in TelnetClientPrepare()