Home
last modified time | relevance | path

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

/kernel/liteos_a/net/telnet/src/
Dtelnet_loop.c59 #define TELNET_WILL 251 /* Indicates the desire to perform the indicated option */ macro
301 const UINT8 willEcho[] = { TELNET_IAC, TELNET_WILL, TELNET_ECHO }; in TelnetClientPrepare()
302 const UINT8 willSga[] = { TELNET_IAC, TELNET_WILL, TELNET_SGA }; in TelnetClientPrepare()