Searched refs:TELNET_WILL (Results 1 – 1 of 1) sorted by relevance
59 #define TELNET_WILL 251 /* Indicates the desire to perform the indicated option */ macro301 const UINT8 willEcho[] = { TELNET_IAC, TELNET_WILL, TELNET_ECHO }; in TelnetClientPrepare()302 const UINT8 willSga[] = { TELNET_IAC, TELNET_WILL, TELNET_SGA }; in TelnetClientPrepare()